Uses of Class
software.amazon.awssdk.services.amplifybackend.model.UpdateBackendConfigResponse
-
Packages that use UpdateBackendConfigResponse Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin API -
-
Uses of UpdateBackendConfigResponse in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend that return UpdateBackendConfigResponse Modifier and Type Method Description default UpdateBackendConfigResponseAmplifyBackendClient. updateBackendConfig(Consumer<UpdateBackendConfigRequest.Builder> updateBackendConfigRequest)Updates the AWS resources required to access the Amplify Admin UI.default UpdateBackendConfigResponseAmplifyBackendClient. updateBackendConfig(UpdateBackendConfigRequest updateBackendConfigRequest)Updates the AWS resources required to access the Amplify Admin UI.Methods in software.amazon.awssdk.services.amplifybackend that return types with arguments of type UpdateBackendConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateBackendConfigResponse>AmplifyBackendAsyncClient. updateBackendConfig(Consumer<UpdateBackendConfigRequest.Builder> updateBackendConfigRequest)Updates the AWS resources required to access the Amplify Admin UI.default CompletableFuture<UpdateBackendConfigResponse>AmplifyBackendAsyncClient. updateBackendConfig(UpdateBackendConfigRequest updateBackendConfigRequest)Updates the AWS resources required to access the Amplify Admin UI.
-