Uses of Interface
software.amazon.awssdk.services.appsync.model.ListApiKeysRequest.Builder
-
Packages that use ListApiKeysRequest.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 ListApiKeysRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type ListApiKeysRequest.Builder Modifier and Type Method Description default CompletableFuture<ListApiKeysResponse>AppSyncAsyncClient. listApiKeys(Consumer<ListApiKeysRequest.Builder> listApiKeysRequest)Lists the API keys for a given API.default ListApiKeysResponseAppSyncClient. listApiKeys(Consumer<ListApiKeysRequest.Builder> listApiKeysRequest)Lists the API keys for a given API. -
Uses of ListApiKeysRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListApiKeysRequest.Builder Modifier and Type Method Description ListApiKeysRequest.BuilderListApiKeysRequest.Builder. apiId(String apiId)The API ID.static ListApiKeysRequest.BuilderListApiKeysRequest. builder()ListApiKeysRequest.BuilderListApiKeysRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want the request to return.ListApiKeysRequest.BuilderListApiKeysRequest.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.ListApiKeysRequest.BuilderListApiKeysRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApiKeysRequest.BuilderListApiKeysRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApiKeysRequest.BuilderListApiKeysRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListApiKeysRequest.Builder Modifier and Type Method Description static Class<? extends ListApiKeysRequest.Builder>ListApiKeysRequest. serializableBuilderClass()
-