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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateVaultResult |
CreateVaultResult.withLocation(String location)
The URI of the vault that was created.
|
Copyright © 2014. All rights reserved.