Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateAppAuthorizationResponse
-
Packages that use CreateAppAuthorizationResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of CreateAppAuthorizationResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return CreateAppAuthorizationResponse Modifier and Type Method Description default CreateAppAuthorizationResponseAppFabricClient. createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> 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.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type CreateAppAuthorizationResponse Modifier and Type Method Description default CompletableFuture<CreateAppAuthorizationResponse>AppFabricAsyncClient. createAppAuthorization(Consumer<CreateAppAuthorizationRequest.Builder> createAppAuthorizationRequest)Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.default CompletableFuture<CreateAppAuthorizationResponse>AppFabricAsyncClient. createAppAuthorization(CreateAppAuthorizationRequest createAppAuthorizationRequest)Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.
-