Uses of Interface
software.amazon.awssdk.services.amplifybackend.model.UpdateBackendConfigRequest.Builder
-
Packages that use UpdateBackendConfigRequest.Builder Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin APIsoftware.amazon.awssdk.services.amplifybackend.model -
-
Uses of UpdateBackendConfigRequest.Builder in software.amazon.awssdk.services.amplifybackend
Method parameters in software.amazon.awssdk.services.amplifybackend with type arguments of type UpdateBackendConfigRequest.Builder 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 UpdateBackendConfigResponseAmplifyBackendClient. updateBackendConfig(Consumer<UpdateBackendConfigRequest.Builder> updateBackendConfigRequest)Updates the AWS resources required to access the Amplify Admin UI. -
Uses of UpdateBackendConfigRequest.Builder in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type UpdateBackendConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBackendConfigRequest.Builder>UpdateBackendConfigRequest. serializableBuilderClass()
-