| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveAllBackendsResult> |
AbstractAWSAmplifyBackendAsync.removeAllBackendsAsync(RemoveAllBackendsRequest request,
AsyncHandler<RemoveAllBackendsRequest,RemoveAllBackendsResult> asyncHandler) |
Future<RemoveAllBackendsResult> |
AWSAmplifyBackendAsync.removeAllBackendsAsync(RemoveAllBackendsRequest removeAllBackendsRequest,
AsyncHandler<RemoveAllBackendsRequest,RemoveAllBackendsResult> asyncHandler)
Removes all backend environments from your Amplify project.
|
Future<RemoveAllBackendsResult> |
AWSAmplifyBackendAsyncClient.removeAllBackendsAsync(RemoveAllBackendsRequest request,
AsyncHandler<RemoveAllBackendsRequest,RemoveAllBackendsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemoveAllBackendsRequest |
RemoveAllBackendsRequest.clone() |
RemoveAllBackendsRequest |
RemoveAllBackendsRequest.withAppId(String appId)
The app ID.
|
RemoveAllBackendsRequest |
RemoveAllBackendsRequest.withCleanAmplifyApp(Boolean cleanAmplifyApp)
Cleans up the Amplify Console app if this value is set to true.
|
Copyright © 2023. All rights reserved.