Uses of Class
software.amazon.awssdk.services.amplifybackend.model.CreateBackendConfigRequest
-
Packages that use CreateBackendConfigRequest Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin APIsoftware.amazon.awssdk.services.amplifybackend.transform -
-
Uses of CreateBackendConfigRequest in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend with parameters of type CreateBackendConfigRequest Modifier and Type Method Description default CompletableFuture<CreateBackendConfigResponse>AmplifyBackendAsyncClient. createBackendConfig(CreateBackendConfigRequest createBackendConfigRequest)Creates a config object for a backend.default CreateBackendConfigResponseAmplifyBackendClient. createBackendConfig(CreateBackendConfigRequest createBackendConfigRequest)Creates a config object for a backend. -
Uses of CreateBackendConfigRequest in software.amazon.awssdk.services.amplifybackend.transform
Methods in software.amazon.awssdk.services.amplifybackend.transform with parameters of type CreateBackendConfigRequest Modifier and Type Method Description SdkHttpFullRequestCreateBackendConfigRequestMarshaller. marshall(CreateBackendConfigRequest createBackendConfigRequest)
-