| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveAllBackendsResult |
AWSAmplifyBackendClient.removeAllBackends(RemoveAllBackendsRequest request)
Removes all backend environments from your Amplify project.
|
RemoveAllBackendsResult |
AbstractAWSAmplifyBackend.removeAllBackends(RemoveAllBackendsRequest request) |
RemoveAllBackendsResult |
AWSAmplifyBackend.removeAllBackends(RemoveAllBackendsRequest removeAllBackendsRequest)
Removes all backend environments from your Amplify project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveAllBackendsResult> |
AWSAmplifyBackendAsyncClient.removeAllBackendsAsync(RemoveAllBackendsRequest request,
AsyncHandler<RemoveAllBackendsRequest,RemoveAllBackendsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveAllBackendsResult |
RemoveAllBackendsResult.clone() |
RemoveAllBackendsResult |
RemoveAllBackendsResult.withAppId(String appId)
The app ID.
|
RemoveAllBackendsResult |
RemoveAllBackendsResult.withError(String error)
If the request failed, this is the returned error.
|
RemoveAllBackendsResult |
RemoveAllBackendsResult.withJobId(String jobId)
The ID for the job.
|
RemoveAllBackendsResult |
RemoveAllBackendsResult.withOperation(String operation)
The name of the operation.
|
RemoveAllBackendsResult |
RemoveAllBackendsResult.withStatus(String status)
The current status of the request.
|
Copyright © 2021. All rights reserved.