Uses of Class
software.amazon.awssdk.services.appfabric.model.GetAppAuthorizationResponse
-
Packages that use GetAppAuthorizationResponse Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. -
-
Uses of GetAppAuthorizationResponse in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric that return GetAppAuthorizationResponse Modifier and Type Method Description default GetAppAuthorizationResponseAppFabricClient. getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)Returns information about an app authorization.default GetAppAuthorizationResponseAppFabricClient. getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)Returns information about an app authorization.Methods in software.amazon.awssdk.services.appfabric that return types with arguments of type GetAppAuthorizationResponse Modifier and Type Method Description default CompletableFuture<GetAppAuthorizationResponse>AppFabricAsyncClient. getAppAuthorization(Consumer<GetAppAuthorizationRequest.Builder> getAppAuthorizationRequest)Returns information about an app authorization.default CompletableFuture<GetAppAuthorizationResponse>AppFabricAsyncClient. getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)Returns information about an app authorization.
-