public interface Glacier extends Service<AmazonGlacier>
Glacier
service.
This is the entry point to interact with the following service resources:Modifier and Type | Method and Description |
---|---|
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(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. |
Account |
getAccount(String id)
Gets an instance of
Account resource by its identifier(s). |
VaultCollection |
getVaults()
Retrieves the Vaults collection referenced by this resource.
|
VaultCollection |
getVaults(ListVaultsRequest request)
Retrieves the Vaults collection referenced by this resource.
|
VaultCollection getVaults()
VaultCollection getVaults(ListVaultsRequest request)
Vault createVault(CreateVaultRequest request)
CreateVault
action.
Vault
resource object associated with the result
of this action.CreateVaultRequest
Vault 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.CreateVaultRequest
Vault createVault(String vaultName)
CreateVault
action.createVault(CreateVaultRequest)
Vault createVault(String vaultName, ResultCapture<CreateVaultResult> extractor)
CreateVault
action.Copyright © 2014. All rights reserved.