Uses of Interface
software.amazon.awssdk.services.appsync.model.ListTypesByAssociationRequest.Builder
-
Packages that use ListTypesByAssociationRequest.Builder 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 -
-
Uses of ListTypesByAssociationRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListTypesByAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTypesByAssociationResponse>AppSyncAsyncClient. listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)ListsTypeobjects by the source API association ID.default ListTypesByAssociationResponseAppSyncClient. listTypesByAssociation(Consumer<ListTypesByAssociationRequest.Builder> listTypesByAssociationRequest)ListsTypeobjects by the source API association ID. -
Uses of ListTypesByAssociationRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListTypesByAssociationRequest.Builder Modifier and Type Method Description ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. associationId(String associationId)The ID generated by the AppSync service for the source API association.static ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest. builder()ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. format(String format)The format type.ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. format(TypeDefinitionFormat format)The format type.ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. mergedApiIdentifier(String mergedApiIdentifier)The identifier of the AppSync Merged API.ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.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.BuilderListTypesByAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListTypesByAssociationRequest.Builder Modifier and Type Method Description static Class<? extends ListTypesByAssociationRequest.Builder>ListTypesByAssociationRequest. serializableBuilderClass()
-