Uses of Class
software.amazon.awssdk.services.appfabric.model.ListAppAuthorizationsResponse
-
Packages that use ListAppAuthorizationsResponse 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 ListAppAuthorizationsResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return ListAppAuthorizationsResponse Modifier and Type Method Description default ListAppAuthorizationsResponseAppFabricClient. listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)Returns a list of all app authorizations configured for an app bundle.default ListAppAuthorizationsResponseAppFabricClient. listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)Returns a list of all app authorizations configured for an app bundle.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type ListAppAuthorizationsResponse Modifier and Type Method Description default CompletableFuture<ListAppAuthorizationsResponse>AppFabricAsyncClient. listAppAuthorizations(Consumer<ListAppAuthorizationsRequest.Builder> listAppAuthorizationsRequest)Returns a list of all app authorizations configured for an app bundle.default CompletableFuture<ListAppAuthorizationsResponse>AppFabricAsyncClient. listAppAuthorizations(ListAppAuthorizationsRequest listAppAuthorizationsRequest)Returns a list of all app authorizations configured for an app bundle. -
Uses of ListAppAuthorizationsResponse in software.amazon.awssdk.services.appfabric.paginators
Methods in software.amazon.awssdk.services.appfabric.paginators that return types with arguments of type ListAppAuthorizationsResponse Modifier and Type Method Description Iterator<ListAppAuthorizationsResponse>ListAppAuthorizationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appfabric.paginators with type arguments of type ListAppAuthorizationsResponse Modifier and Type Method Description voidListAppAuthorizationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppAuthorizationsResponse> subscriber)
-