Uses of Interface
software.amazon.awssdk.services.kms.model.RotateKeyOnDemandResponse.Builder
-
Packages that use RotateKeyOnDemandResponse.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of RotateKeyOnDemandResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RotateKeyOnDemandResponse.Builder Modifier and Type Method Description static RotateKeyOnDemandResponse.BuilderRotateKeyOnDemandResponse. builder()RotateKeyOnDemandResponse.BuilderRotateKeyOnDemandResponse.Builder. keyId(String keyId)Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.RotateKeyOnDemandResponse.BuilderRotateKeyOnDemandResponse. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RotateKeyOnDemandResponse.Builder Modifier and Type Method Description static Class<? extends RotateKeyOnDemandResponse.Builder>RotateKeyOnDemandResponse. serializableBuilderClass()
-