Package | Description |
---|---|
com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
CreateVaultResult |
AmazonGlacierClient.createVault(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
CreateVaultResult |
AmazonGlacier.createVault(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
Future<CreateVaultResult> |
AmazonGlacierAsyncClient.createVaultAsync(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
Future<CreateVaultResult> |
AmazonGlacierAsync.createVaultAsync(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
Future<CreateVaultResult> |
AmazonGlacierAsyncClient.createVaultAsync(CreateVaultRequest createVaultRequest,
AsyncHandler<CreateVaultRequest,CreateVaultResult> asyncHandler)
This operation creates a new vault with the specified name.
|
Future<CreateVaultResult> |
AmazonGlacierAsync.createVaultAsync(CreateVaultRequest createVaultRequest,
AsyncHandler<CreateVaultRequest,CreateVaultResult> asyncHandler)
This operation creates a new vault with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVaultResult> |
AmazonGlacierAsyncClient.createVaultAsync(CreateVaultRequest createVaultRequest,
AsyncHandler<CreateVaultRequest,CreateVaultResult> asyncHandler)
This operation creates a new vault with the specified name.
|
Future<CreateVaultResult> |
AmazonGlacierAsync.createVaultAsync(CreateVaultRequest createVaultRequest,
AsyncHandler<CreateVaultRequest,CreateVaultResult> asyncHandler)
This operation creates a new vault with the specified name.
|
Modifier and Type | Method and Description |
---|---|
CreateVaultRequest |
CreateVaultRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
CreateVaultRequest |
CreateVaultRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2014. All rights reserved.