Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateAppAuthorizationRequest
-
Packages that use CreateAppAuthorizationRequest 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 CreateAppAuthorizationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type CreateAppAuthorizationRequest Modifier and Type Method Description default CompletableFuture<CreateAppAuthorizationResponse>AppFabricAsyncClient. createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.default CreateAppAuthorizationResponseAppFabricClient. createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)Creates an app authorization within an app bundle, which allows AppFabric to connect to an application. -
Uses of CreateAppAuthorizationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type CreateAppAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestCreateAppAuthorizationRequestMarshaller. marshall(CreateAppAuthorizationRequest createAppAuthorizationRequest)
-