Uses of Interface
software.amazon.awssdk.services.kms.model.UpdateAliasRequest.Builder
Packages that use UpdateAliasRequest.Builder
Package
Description
-
Uses of UpdateAliasRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type UpdateAliasRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateAliasResponse>KmsAsyncClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest) Associates an existing KMS alias with a different KMS key.default UpdateAliasResponseKmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest) Associates an existing KMS alias with a different KMS key. -
Uses of UpdateAliasRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return UpdateAliasRequest.BuilderModifier and TypeMethodDescriptionIdentifies the alias that is changing its KMS key.static UpdateAliasRequest.BuilderUpdateAliasRequest.builder()UpdateAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAliasRequest.Builder.targetKeyId(String targetKeyId) Identifies the customer managed key to associate with the alias.UpdateAliasRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type UpdateAliasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAliasRequest.Builder>UpdateAliasRequest.serializableBuilderClass()