Uses of Class
software.amazon.awssdk.services.glacier.model.DescribeVaultRequest
-
Packages that use DescribeVaultRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform software.amazon.awssdk.services.glacier.waiters -
-
Uses of DescribeVaultRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type DescribeVaultRequest Modifier and Type Method Description default CompletableFuture<DescribeVaultResponse>GlacierAsyncClient. describeVault(DescribeVaultRequest describeVaultRequest)This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault.default DescribeVaultResponseGlacierClient. describeVault(DescribeVaultRequest describeVaultRequest)This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault. -
Uses of DescribeVaultRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type DescribeVaultRequest Modifier and Type Method Description SdkHttpFullRequestDescribeVaultRequestMarshaller. marshall(DescribeVaultRequest describeVaultRequest) -
Uses of DescribeVaultRequest in software.amazon.awssdk.services.glacier.waiters
Methods in software.amazon.awssdk.services.glacier.waiters with parameters of type DescribeVaultRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeVaultResponse>>GlacierAsyncWaiter. waitUntilVaultExists(DescribeVaultRequest describeVaultRequest)PollsGlacierAsyncClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVaultResponse>>GlacierAsyncWaiter. waitUntilVaultExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)PollsGlacierAsyncClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVaultResponse>GlacierWaiter. waitUntilVaultExists(DescribeVaultRequest describeVaultRequest)PollsGlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVaultResponse>GlacierWaiter. waitUntilVaultExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)PollsGlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVaultResponse>>GlacierAsyncWaiter. waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest)PollsGlacierAsyncClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultNotExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeVaultResponse>>GlacierAsyncWaiter. waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)PollsGlacierAsyncClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultNotExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVaultResponse>GlacierWaiter. waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest)PollsGlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultNotExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeVaultResponse>GlacierWaiter. waitUntilVaultNotExists(DescribeVaultRequest describeVaultRequest, WaiterOverrideConfiguration overrideConfig)PollsGlacierClient.describeVault(software.amazon.awssdk.services.glacier.model.DescribeVaultRequest)API until the desired conditionVaultNotExistsis met, or until it is determined that the resource will never enter into the desired state
-