| Package | Description |
|---|---|
| com.amazonaws.services.amplify |
Amplify is a fully managed continuous deployment and hosting service for modern web apps.
|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBranchesResult> |
AWSAmplifyAsyncClient.listBranchesAsync(ListBranchesRequest request,
AsyncHandler<ListBranchesRequest,ListBranchesResult> asyncHandler) |
Future<ListBranchesResult> |
AWSAmplifyAsync.listBranchesAsync(ListBranchesRequest listBranchesRequest,
AsyncHandler<ListBranchesRequest,ListBranchesResult> asyncHandler)
Lists branches for an Amplify App.
|
Future<ListBranchesResult> |
AbstractAWSAmplifyAsync.listBranchesAsync(ListBranchesRequest request,
AsyncHandler<ListBranchesRequest,ListBranchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBranchesRequest |
ListBranchesRequest.clone() |
ListBranchesRequest |
ListBranchesRequest.withAppId(String appId)
Unique Id for an Amplify App.
|
ListBranchesRequest |
ListBranchesRequest.withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBranchesRequest |
ListBranchesRequest.withNextToken(String nextToken)
Pagination token.
|
Copyright © 2019. All rights reserved.