| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFunctionsResponse.Builder |
ListFunctionsResponse.builder() |
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.functions(Collection<FunctionConfiguration> functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.functions(Consumer<FunctionConfiguration.Builder>... functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.functions(FunctionConfiguration... functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListFunctionsResponse.Builder |
ListFunctionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFunctionsResponse.Builder> |
ListFunctionsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.