Uses of Class
software.amazon.awssdk.services.kms.model.UpdatePrimaryRegionResponse
-
Packages that use UpdatePrimaryRegionResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of UpdatePrimaryRegionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdatePrimaryRegionResponse Modifier and Type Method Description default 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 UpdatePrimaryRegionResponse Modifier and Type Method Description default CompletableFuture<UpdatePrimaryRegionResponse>KmsAsyncClient. updatePrimaryRegion(Consumer<UpdatePrimaryRegionRequest.Builder> updatePrimaryRegionRequest)Changes the primary key of a multi-Region key.default CompletableFuture<UpdatePrimaryRegionResponse>KmsAsyncClient. updatePrimaryRegion(UpdatePrimaryRegionRequest updatePrimaryRegionRequest)Changes the primary key of a multi-Region key.
-