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