Uses of Interface
software.amazon.awssdk.services.kms.model.GetKeyRotationStatusResponse.Builder
-
Packages that use GetKeyRotationStatusResponse.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of GetKeyRotationStatusResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetKeyRotationStatusResponse.Builder Modifier and Type Method Description static GetKeyRotationStatusResponse.BuilderGetKeyRotationStatusResponse. builder()GetKeyRotationStatusResponse.BuilderGetKeyRotationStatusResponse.Builder. keyRotationEnabled(Boolean keyRotationEnabled)A Boolean value that specifies whether key rotation is enabled.GetKeyRotationStatusResponse.BuilderGetKeyRotationStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetKeyRotationStatusResponse.Builder Modifier and Type Method Description static Class<? extends GetKeyRotationStatusResponse.Builder>GetKeyRotationStatusResponse. serializableBuilderClass()
-