Uses of Class
software.amazon.awssdk.services.kms.model.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of CreateKeyRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type CreateKeyRequest Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>KmsAsyncClient. createKey(CreateKeyRequest createKeyRequest)Creates a unique customer managed KMS key in your Amazon Web Services account and Region.default CreateKeyResponseKmsClient. createKey(CreateKeyRequest createKeyRequest)Creates a unique customer managed KMS key in your Amazon Web Services account and Region. -
Uses of CreateKeyRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type CreateKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeyRequestMarshaller. marshall(CreateKeyRequest createKeyRequest)
-