Uses of Interface
software.amazon.awssdk.services.glacier.model.GetVaultLockResponse.Builder
-
Packages that use GetVaultLockResponse.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of GetVaultLockResponse.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return GetVaultLockResponse.Builder Modifier and Type Method Description static GetVaultLockResponse.BuilderGetVaultLockResponse. builder()GetVaultLockResponse.BuilderGetVaultLockResponse.Builder. creationDate(String creationDate)The UTC date and time at which the vault lock was put into theInProgressstate.GetVaultLockResponse.BuilderGetVaultLockResponse.Builder. expirationDate(String expirationDate)The UTC date and time at which the lock ID expires.GetVaultLockResponse.BuilderGetVaultLockResponse.Builder. policy(String policy)The vault lock policy as a JSON string, which uses "\" as an escape character.GetVaultLockResponse.BuilderGetVaultLockResponse.Builder. state(String state)The state of the vault lock.GetVaultLockResponse.BuilderGetVaultLockResponse. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GetVaultLockResponse.Builder Modifier and Type Method Description static Class<? extends GetVaultLockResponse.Builder>GetVaultLockResponse. serializableBuilderClass()
-