Uses of Class
software.amazon.awssdk.services.kms.model.UpdatePrimaryRegionResponse
Packages that use UpdatePrimaryRegionResponse
-
Uses of UpdatePrimaryRegionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdatePrimaryRegionResponseModifier and TypeMethodDescriptiondefault UpdatePrimaryRegionResponseKmsClient.updatePrimaryRegion(Consumer<UpdatePrimaryRegionRequest.Builder> updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.default UpdatePrimaryRegionResponseKmsClient.updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type UpdatePrimaryRegionResponseModifier and TypeMethodDescriptionKmsAsyncClient.updatePrimaryRegion(Consumer<UpdatePrimaryRegionRequest.Builder> updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.KmsAsyncClient.updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRequest) Changes the primary key of a multi-Region key.