Uses of Class
software.amazon.awssdk.services.appfabric.model.ConnectAppAuthorizationRequest
-
Packages that use ConnectAppAuthorizationRequest 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.transform -
-
Uses of ConnectAppAuthorizationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type ConnectAppAuthorizationRequest Modifier and Type Method Description 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.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. -
Uses of ConnectAppAuthorizationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type ConnectAppAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestConnectAppAuthorizationRequestMarshaller. marshall(ConnectAppAuthorizationRequest connectAppAuthorizationRequest)
-