Uses of Class
software.amazon.awssdk.services.kms.model.CreateCustomKeyStoreRequest
-
Packages that use CreateCustomKeyStoreRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of CreateCustomKeyStoreRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type CreateCustomKeyStoreRequest Modifier and Type Method Description default CompletableFuture<CreateCustomKeyStoreResponse>KmsAsyncClient. createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage.default CreateCustomKeyStoreResponseKmsClient. createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage. -
Uses of CreateCustomKeyStoreRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type CreateCustomKeyStoreRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomKeyStoreRequestMarshaller. marshall(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
-