Uses of Class
software.amazon.awssdk.services.glacier.model.CreateVaultRequest
-
Packages that use CreateVaultRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of CreateVaultRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type CreateVaultRequest Modifier and Type Method Description default CompletableFuture<CreateVaultResponse>GlacierAsyncClient. createVault(CreateVaultRequest createVaultRequest)This operation creates a new vault with the specified name.default CreateVaultResponseGlacierClient. createVault(CreateVaultRequest createVaultRequest)This operation creates a new vault with the specified name. -
Uses of CreateVaultRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type CreateVaultRequest Modifier and Type Method Description SdkHttpFullRequestCreateVaultRequestMarshaller. marshall(CreateVaultRequest createVaultRequest)
-