| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackendAPIResult |
AWSAmplifyBackendClient.getBackendAPI(GetBackendAPIRequest request)
Gets the details for a backend API.
|
GetBackendAPIResult |
AbstractAWSAmplifyBackend.getBackendAPI(GetBackendAPIRequest request) |
GetBackendAPIResult |
AWSAmplifyBackend.getBackendAPI(GetBackendAPIRequest getBackendAPIRequest)
Gets the details for a backend API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackendAPIResult> |
AWSAmplifyBackendAsyncClient.getBackendAPIAsync(GetBackendAPIRequest request,
AsyncHandler<GetBackendAPIRequest,GetBackendAPIResult> asyncHandler) |
Future<GetBackendAPIResult> |
AbstractAWSAmplifyBackendAsync.getBackendAPIAsync(GetBackendAPIRequest request,
AsyncHandler<GetBackendAPIRequest,GetBackendAPIResult> asyncHandler) |
Future<GetBackendAPIResult> |
AWSAmplifyBackendAsync.getBackendAPIAsync(GetBackendAPIRequest getBackendAPIRequest,
AsyncHandler<GetBackendAPIRequest,GetBackendAPIResult> asyncHandler)
Gets the details for a backend API.
|
| Modifier and Type | Method and Description |
|---|---|
GetBackendAPIResult |
GetBackendAPIResult.clone() |
GetBackendAPIResult |
GetBackendAPIResult.withAppId(String appId)
The app ID.
|
GetBackendAPIResult |
GetBackendAPIResult.withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendAPIResult |
GetBackendAPIResult.withError(String error)
If the request fails, this error is returned.
|
GetBackendAPIResult |
GetBackendAPIResult.withResourceConfig(BackendAPIResourceConfig resourceConfig)
The resource configuration for this response object.
|
GetBackendAPIResult |
GetBackendAPIResult.withResourceName(String resourceName)
The name of this resource.
|
Copyright © 2024. All rights reserved.