Uses of Interface
software.amazon.awssdk.services.appsync.model.ListTypesRequest.Builder
-
Packages that use ListTypesRequest.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 ListTypesRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTypesResponse>AppSyncAsyncClient. listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)Lists the types for a given API.default ListTypesResponseAppSyncClient. listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest)Lists the types for a given API. -
Uses of ListTypesRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListTypesRequest.Builder Modifier and Type Method Description ListTypesRequest.BuilderListTypesRequest.Builder. apiId(String apiId)The API ID.static ListTypesRequest.BuilderListTypesRequest. builder()ListTypesRequest.BuilderListTypesRequest.Builder. format(String format)The type format: SDL or JSON.ListTypesRequest.BuilderListTypesRequest.Builder. format(TypeDefinitionFormat format)The type format: SDL or JSON.ListTypesRequest.BuilderListTypesRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListTypesRequest.BuilderListTypesRequest.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.ListTypesRequest.BuilderListTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTypesRequest.BuilderListTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTypesRequest.BuilderListTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListTypesRequest.Builder Modifier and Type Method Description static Class<? extends ListTypesRequest.Builder>ListTypesRequest. serializableBuilderClass()
-