Uses of Class
software.amazon.awssdk.services.appfabric.model.ConnectAppAuthorizationResponse
-
Packages that use ConnectAppAuthorizationResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of ConnectAppAuthorizationResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return ConnectAppAuthorizationResponse Modifier and Type Method Description default ConnectAppAuthorizationResponseAppFabricClient. connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest)Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.default ConnectAppAuthorizationResponseAppFabricClient. connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type ConnectAppAuthorizationResponse Modifier and Type Method Description default CompletableFuture<ConnectAppAuthorizationResponse>AppFabricAsyncClient. connectAppAuthorization(Consumer<ConnectAppAuthorizationRequest.Builder> connectAppAuthorizationRequest)Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.default CompletableFuture<ConnectAppAuthorizationResponse>AppFabricAsyncClient. connectAppAuthorization(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.
-