Uses of Interface
software.amazon.awssdk.services.kms.model.RotateKeyOnDemandRequest.Builder
-
Packages that use RotateKeyOnDemandRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of RotateKeyOnDemandRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type RotateKeyOnDemandRequest.Builder Modifier and Type Method Description default CompletableFuture<RotateKeyOnDemandResponse>KmsAsyncClient. rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.default RotateKeyOnDemandResponseKmsClient. rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key. -
Uses of RotateKeyOnDemandRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RotateKeyOnDemandRequest.Builder Modifier and Type Method Description static RotateKeyOnDemandRequest.BuilderRotateKeyOnDemandRequest. builder()RotateKeyOnDemandRequest.BuilderRotateKeyOnDemandRequest.Builder. keyId(String keyId)Identifies a symmetric encryption KMS key.RotateKeyOnDemandRequest.BuilderRotateKeyOnDemandRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RotateKeyOnDemandRequest.BuilderRotateKeyOnDemandRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RotateKeyOnDemandRequest.BuilderRotateKeyOnDemandRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RotateKeyOnDemandRequest.Builder Modifier and Type Method Description static Class<? extends RotateKeyOnDemandRequest.Builder>RotateKeyOnDemandRequest. serializableBuilderClass()
-