Uses of Interface
software.amazon.awssdk.services.glacier.model.GetVaultLockRequest.Builder
-
Packages that use GetVaultLockRequest.Builder Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.model -
-
Uses of GetVaultLockRequest.Builder in software.amazon.awssdk.services.glacier
Method parameters in software.amazon.awssdk.services.glacier with type arguments of type GetVaultLockRequest.Builder Modifier and Type Method Description default CompletableFuture<GetVaultLockResponse>GlacierAsyncClient. getVaultLock(Consumer<GetVaultLockRequest.Builder> getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:default GetVaultLockResponseGlacierClient. getVaultLock(Consumer<GetVaultLockRequest.Builder> getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault: -
Uses of GetVaultLockRequest.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return GetVaultLockRequest.Builder Modifier and Type Method Description GetVaultLockRequest.BuilderGetVaultLockRequest.Builder. accountId(String accountId)TheAccountIdvalue is the AWS account ID of the account that owns the vault.static GetVaultLockRequest.BuilderGetVaultLockRequest. builder()GetVaultLockRequest.BuilderGetVaultLockRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVaultLockRequest.BuilderGetVaultLockRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVaultLockRequest.BuilderGetVaultLockRequest. toBuilder()GetVaultLockRequest.BuilderGetVaultLockRequest.Builder. vaultName(String vaultName)The name of the vault.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GetVaultLockRequest.Builder Modifier and Type Method Description static Class<? extends GetVaultLockRequest.Builder>GetVaultLockRequest. serializableBuilderClass()
-