| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackendStorageResult |
AbstractAWSAmplifyBackend.getBackendStorage(GetBackendStorageRequest request) |
GetBackendStorageResult |
AWSAmplifyBackendClient.getBackendStorage(GetBackendStorageRequest request)
Gets details for a backend storage resource.
|
GetBackendStorageResult |
AWSAmplifyBackend.getBackendStorage(GetBackendStorageRequest getBackendStorageRequest)
Gets details for a backend storage resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackendStorageResult> |
AbstractAWSAmplifyBackendAsync.getBackendStorageAsync(GetBackendStorageRequest request,
AsyncHandler<GetBackendStorageRequest,GetBackendStorageResult> asyncHandler) |
Future<GetBackendStorageResult> |
AWSAmplifyBackendAsync.getBackendStorageAsync(GetBackendStorageRequest getBackendStorageRequest,
AsyncHandler<GetBackendStorageRequest,GetBackendStorageResult> asyncHandler)
Gets details for a backend storage resource.
|
Future<GetBackendStorageResult> |
AWSAmplifyBackendAsyncClient.getBackendStorageAsync(GetBackendStorageRequest request,
AsyncHandler<GetBackendStorageRequest,GetBackendStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBackendStorageResult |
GetBackendStorageResult.clone() |
GetBackendStorageResult |
GetBackendStorageResult.withAppId(String appId)
The app ID.
|
GetBackendStorageResult |
GetBackendStorageResult.withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendStorageResult |
GetBackendStorageResult.withResourceConfig(GetBackendStorageResourceConfig resourceConfig)
The resource configuration for the backend storage resource.
|
GetBackendStorageResult |
GetBackendStorageResult.withResourceName(String resourceName)
The name of the storage resource.
|
Copyright © 2024. All rights reserved.