| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendConfigResult |
AbstractAWSAmplifyBackend.createBackendConfig(CreateBackendConfigRequest request) |
CreateBackendConfigResult |
AWSAmplifyBackendClient.createBackendConfig(CreateBackendConfigRequest request)
Creates a config object for a backend.
|
CreateBackendConfigResult |
AWSAmplifyBackend.createBackendConfig(CreateBackendConfigRequest createBackendConfigRequest)
Creates a config object for a backend.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBackendConfigResult> |
AWSAmplifyBackendAsyncClient.createBackendConfigAsync(CreateBackendConfigRequest request,
AsyncHandler<CreateBackendConfigRequest,CreateBackendConfigResult> asyncHandler) |
Future<CreateBackendConfigResult> |
AbstractAWSAmplifyBackendAsync.createBackendConfigAsync(CreateBackendConfigRequest request,
AsyncHandler<CreateBackendConfigRequest,CreateBackendConfigResult> asyncHandler) |
Future<CreateBackendConfigResult> |
AWSAmplifyBackendAsync.createBackendConfigAsync(CreateBackendConfigRequest createBackendConfigRequest,
AsyncHandler<CreateBackendConfigRequest,CreateBackendConfigResult> asyncHandler)
Creates a config object for a backend.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendConfigResult |
CreateBackendConfigResult.clone() |
CreateBackendConfigResult |
CreateBackendConfigResult.withAppId(String appId)
The app ID.
|
CreateBackendConfigResult |
CreateBackendConfigResult.withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
CreateBackendConfigResult |
CreateBackendConfigResult.withJobId(String jobId)
The ID for the job.
|
CreateBackendConfigResult |
CreateBackendConfigResult.withStatus(String status)
The current status of the request.
|
Copyright © 2021. All rights reserved.