| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTypesByAssociationResponse> |
AppSyncAsyncClient.listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)
Lists
Type objects by the source API association ID. |
default ListTypesByAssociationResponse |
AppSyncClient.listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)
Lists
Type objects by the source API association ID. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.associationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
static ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.builder() |
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.format(String format)
The format type.
|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.format(TypeDefinitionFormat format)
The format type.
|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.mergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTypesByAssociationRequest.Builder |
ListTypesByAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTypesByAssociationRequest.Builder> |
ListTypesByAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.