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