Uses of Class
software.amazon.awssdk.services.amplifybackend.model.RemoveBackendConfigRequest
-
Packages that use RemoveBackendConfigRequest Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin APIsoftware.amazon.awssdk.services.amplifybackend.transform -
-
Uses of RemoveBackendConfigRequest in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend with parameters of type RemoveBackendConfigRequest Modifier and Type Method Description default CompletableFuture<RemoveBackendConfigResponse>AmplifyBackendAsyncClient. removeBackendConfig(RemoveBackendConfigRequest removeBackendConfigRequest)Removes the AWS resources required to access the Amplify Admin UI.default RemoveBackendConfigResponseAmplifyBackendClient. removeBackendConfig(RemoveBackendConfigRequest removeBackendConfigRequest)Removes the AWS resources required to access the Amplify Admin UI. -
Uses of RemoveBackendConfigRequest in software.amazon.awssdk.services.amplifybackend.transform
Methods in software.amazon.awssdk.services.amplifybackend.transform with parameters of type RemoveBackendConfigRequest Modifier and Type Method Description SdkHttpFullRequestRemoveBackendConfigRequestMarshaller. marshall(RemoveBackendConfigRequest removeBackendConfigRequest)
-