Uses of Interface
software.amazon.awssdk.services.appfabric.AppFabricClient
-
Packages that use AppFabricClient Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.paginators -
-
Uses of AppFabricClient in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return AppFabricClient Modifier and Type Method Description static AppFabricClientAppFabricClient. create()Create aAppFabricClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppFabricClient in software.amazon.awssdk.services.appfabric.paginators
Constructors in software.amazon.awssdk.services.appfabric.paginators with parameters of type AppFabricClient Constructor Description ListAppAuthorizationsIterable(AppFabricClient client, ListAppAuthorizationsRequest firstRequest)ListAppBundlesIterable(AppFabricClient client, ListAppBundlesRequest firstRequest)ListIngestionDestinationsIterable(AppFabricClient client, ListIngestionDestinationsRequest firstRequest)ListIngestionsIterable(AppFabricClient client, ListIngestionsRequest firstRequest)
-