Uses of Interface
software.amazon.awssdk.services.appsync.model.ListGraphqlApisRequest.Builder
-
Packages that use ListGraphqlApisRequest.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 ListGraphqlApisRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListGraphqlApisRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs. -
Uses of ListGraphqlApisRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListGraphqlApisRequest.Builder Modifier and Type Method Description ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. apiType(String apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. apiType(GraphQLApiType apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).static ListGraphqlApisRequest.BuilderListGraphqlApisRequest. builder()ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListGraphqlApisRequest.BuilderListGraphqlApisRequest.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.ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. owner(String owner)The account owner of the GraphQL API.ListGraphqlApisRequest.BuilderListGraphqlApisRequest.Builder. owner(Ownership owner)The account owner of the GraphQL API.ListGraphqlApisRequest.BuilderListGraphqlApisRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListGraphqlApisRequest.Builder Modifier and Type Method Description static Class<? extends ListGraphqlApisRequest.Builder>ListGraphqlApisRequest. serializableBuilderClass()
-