| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| Modifier and Type | Method and Description |
|---|---|
default CreateVaultResponse |
GlacierClient.createVault(Consumer<CreateVaultRequest.Builder> createVaultRequest)
This operation creates a new vault with the specified name.
|
default CreateVaultResponse |
GlacierClient.createVault(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVaultResponse> |
GlacierAsyncClient.createVault(Consumer<CreateVaultRequest.Builder> createVaultRequest)
This operation creates a new vault with the specified name.
|
default CompletableFuture<CreateVaultResponse> |
GlacierAsyncClient.createVault(CreateVaultRequest createVaultRequest)
This operation creates a new vault with the specified name.
|
Copyright © 2023. All rights reserved.