Uses of Class
software.amazon.awssdk.services.amplifybackend.model.UpdateBackendConfigRequest
-
Packages that use UpdateBackendConfigRequest Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin APIsoftware.amazon.awssdk.services.amplifybackend.transform -
-
Uses of UpdateBackendConfigRequest in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend with parameters of type UpdateBackendConfigRequest Modifier and Type Method Description default CompletableFuture<UpdateBackendConfigResponse>AmplifyBackendAsyncClient. updateBackendConfig(UpdateBackendConfigRequest 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. -
Uses of UpdateBackendConfigRequest in software.amazon.awssdk.services.amplifybackend.transform
Methods in software.amazon.awssdk.services.amplifybackend.transform with parameters of type UpdateBackendConfigRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBackendConfigRequestMarshaller. marshall(UpdateBackendConfigRequest updateBackendConfigRequest)
-