Uses of Class
software.amazon.awssdk.services.appfabric.model.GetAppAuthorizationRequest
-
Packages that use GetAppAuthorizationRequest 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 GetAppAuthorizationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type GetAppAuthorizationRequest Modifier and Type Method Description default CompletableFuture<GetAppAuthorizationResponse>AppFabricAsyncClient. getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)Returns information about an app authorization.default GetAppAuthorizationResponseAppFabricClient. getAppAuthorization(GetAppAuthorizationRequest getAppAuthorizationRequest)Returns information about an app authorization. -
Uses of GetAppAuthorizationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type GetAppAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestGetAppAuthorizationRequestMarshaller. marshall(GetAppAuthorizationRequest getAppAuthorizationRequest)
-