Uses of Interface
software.amazon.awssdk.services.appsync.model.ListApisResponse.Builder
-
Packages that use ListApisResponse.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of ListApisResponse.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return ListApisResponse.Builder Modifier and Type Method Description ListApisResponse.BuilderListApisResponse.Builder. apis(Collection<Api> apis)TheApiobjects.ListApisResponse.BuilderListApisResponse.Builder. apis(Consumer<Api.Builder>... apis)TheApiobjects.ListApisResponse.BuilderListApisResponse.Builder. apis(Api... apis)TheApiobjects.static ListApisResponse.BuilderListApisResponse. builder()ListApisResponse.BuilderListApisResponse.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.ListApisResponse.BuilderListApisResponse. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type ListApisResponse.Builder Modifier and Type Method Description static Class<? extends ListApisResponse.Builder>ListApisResponse. serializableBuilderClass()
-