Uses of Interface
software.amazon.awssdk.services.kms.KmsBaseClientBuilder
-
Packages that use KmsBaseClientBuilder Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of KmsBaseClientBuilder in software.amazon.awssdk.services.kms
Classes in software.amazon.awssdk.services.kms with type parameters of type KmsBaseClientBuilder Modifier and Type Interface Description interfaceKmsBaseClientBuilder<B extends KmsBaseClientBuilder<B,C>,C>This includes configuration specific to KMS that is supported by bothKmsClientBuilderandKmsAsyncClientBuilder.Subinterfaces of KmsBaseClientBuilder in software.amazon.awssdk.services.kms Modifier and Type Interface Description interfaceKmsAsyncClientBuilderA builder for creating an instance ofKmsAsyncClient.interfaceKmsClientBuilderA builder for creating an instance ofKmsClient.
-