Uses of Interface
software.amazon.awssdk.services.appfabric.AppFabricBaseClientBuilder
-
Packages that use AppFabricBaseClientBuilder Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of AppFabricBaseClientBuilder in software.amazon.awssdk.services.appfabric
Classes in software.amazon.awssdk.services.appfabric with type parameters of type AppFabricBaseClientBuilder Modifier and Type Interface Description interfaceAppFabricBaseClientBuilder<B extends AppFabricBaseClientBuilder<B,C>,C>This includes configuration specific to AppFabric that is supported by bothAppFabricClientBuilderandAppFabricAsyncClientBuilder.Subinterfaces of AppFabricBaseClientBuilder in software.amazon.awssdk.services.appfabric Modifier and Type Interface Description interfaceAppFabricAsyncClientBuilderA builder for creating an instance ofAppFabricAsyncClient.interfaceAppFabricClientBuilderA builder for creating an instance ofAppFabricClient.
-