Uses of Interface
software.amazon.awssdk.services.glacier.model.InitiateVaultLockResponse.Builder
-
Packages that use InitiateVaultLockResponse.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of InitiateVaultLockResponse.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return InitiateVaultLockResponse.Builder Modifier and Type Method Description static InitiateVaultLockResponse.BuilderInitiateVaultLockResponse. builder()InitiateVaultLockResponse.BuilderInitiateVaultLockResponse.Builder. lockId(String lockId)The lock ID, which is used to complete the vault locking process.InitiateVaultLockResponse.BuilderInitiateVaultLockResponse. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type InitiateVaultLockResponse.Builder Modifier and Type Method Description static Class<? extends InitiateVaultLockResponse.Builder>InitiateVaultLockResponse. serializableBuilderClass()
-