Uses of Interface
software.amazon.awssdk.services.support.SupportBaseClientBuilder
-
Packages that use SupportBaseClientBuilder Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of SupportBaseClientBuilder in software.amazon.awssdk.services.support
Classes in software.amazon.awssdk.services.support with type parameters of type SupportBaseClientBuilder Modifier and Type Interface Description interfaceSupportBaseClientBuilder<B extends SupportBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Support that is supported by bothSupportClientBuilderandSupportAsyncClientBuilder.Subinterfaces of SupportBaseClientBuilder in software.amazon.awssdk.services.support Modifier and Type Interface Description interfaceSupportAsyncClientBuilderA builder for creating an instance ofSupportAsyncClient.interfaceSupportClientBuilderA builder for creating an instance ofSupportClient.
-