Uses of Class
software.amazon.awssdk.services.kms.model.CreateGrantResponse
Packages that use CreateGrantResponse
-
Uses of CreateGrantResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return CreateGrantResponseModifier and TypeMethodDescriptiondefault CreateGrantResponseKmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest) Adds a grant to a KMS key.default CreateGrantResponseKmsClient.createGrant(CreateGrantRequest createGrantRequest) Adds a grant to a KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type CreateGrantResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateGrantResponse>KmsAsyncClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest) Adds a grant to a KMS key.default CompletableFuture<CreateGrantResponse>KmsAsyncClient.createGrant(CreateGrantRequest createGrantRequest) Adds a grant to a KMS key.