public interface Account
Account resource.
Each Account object is uniquely identified by these
identifier(s):
| Modifier and Type | Method and Description |
|---|---|
Vault |
createVault()
The convenient method form for the
CreateVault action. |
Vault |
createVault(CreateVaultRequest request)
Performs the
CreateVault action. |
Vault |
createVault(CreateVaultRequest request,
ResultCapture<CreateVaultResult> extractor)
Performs the
CreateVault action and use a ResultCapture to
retrieve the low-level client response. |
Vault |
createVault(ResultCapture<CreateVaultResult> extractor)
The convenient method form for the
CreateVault action. |
Vault |
createVault(String vaultName)
The convenient method form for the
CreateVault action. |
Vault |
createVault(String vaultName,
ResultCapture<CreateVaultResult> extractor)
The convenient method form for the
CreateVault action. |
Vault |
createVault(String accountId,
String vaultName)
The convenient method form for the
CreateVault action. |
Vault |
createVault(String accountId,
String vaultName,
ResultCapture<CreateVaultResult> extractor)
The convenient method form for the
CreateVault action. |
String |
getId()
Gets the value of the Id identifier.
|
Vault |
getVault(String name)
Gets a subresource.
|
VaultCollection |
getVaults()
Retrieves the Vaults collection referenced by this resource.
|
VaultCollection |
getVaults(ListVaultsRequest request)
Retrieves the Vaults collection referenced by this resource.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean isLoaded()
false, calls to attribute getter methods on this
instance will make an implicit call to load() to retrieve the
value.String getId()
VaultCollection getVaults()
VaultCollection getVaults(ListVaultsRequest request)
Vault createVault(CreateVaultRequest request)
CreateVault action.
Vault resource object associated with the result
of this action.CreateVaultRequestVault createVault(CreateVaultRequest request, ResultCapture<CreateVaultResult> extractor)
CreateVault action and use a ResultCapture to
retrieve the low-level client response.
Vault resource object associated with the result
of this action.CreateVaultRequestVault createVault()
CreateVault action.createVault(CreateVaultRequest)Vault createVault(ResultCapture<CreateVaultResult> extractor)
CreateVault action.Vault createVault(String vaultName)
CreateVault action.createVault(CreateVaultRequest)Vault createVault(String vaultName, ResultCapture<CreateVaultResult> extractor)
CreateVault action.Vault createVault(String accountId, String vaultName)
CreateVault action.createVault(CreateVaultRequest)Vault createVault(String accountId, String vaultName, ResultCapture<CreateVaultResult> extractor)
CreateVault action.Copyright © 2014. All rights reserved.