Uses of Class
software.amazon.awssdk.services.appfabric.model.UpdateAppAuthorizationRequest
-
Packages that use UpdateAppAuthorizationRequest 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 UpdateAppAuthorizationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type UpdateAppAuthorizationRequest Modifier and Type Method Description default CompletableFuture<UpdateAppAuthorizationResponse>AppFabricAsyncClient. updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.default UpdateAppAuthorizationResponseAppFabricClient. updateAppAuthorization(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)Updates an app authorization within an app bundle, which allows AppFabric to connect to an application. -
Uses of UpdateAppAuthorizationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type UpdateAppAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAppAuthorizationRequestMarshaller. marshall(UpdateAppAuthorizationRequest updateAppAuthorizationRequest)
-