Uses of Class
software.amazon.awssdk.services.appsync.model.Api
-
Packages that use Api Package Description software.amazon.awssdk.services.appsync.model software.amazon.awssdk.services.appsync.paginators -
-
Uses of Api in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return Api Modifier and Type Method Description ApiCreateApiResponse. api()TheApiobject.ApiGetApiResponse. api()TheApiobject.ApiUpdateApiResponse. api()TheApiobject.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type Api Modifier and Type Method Description List<Api>ListApisResponse. apis()TheApiobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type Api Modifier and Type Method Description CreateApiResponse.BuilderCreateApiResponse.Builder. api(Api api)TheApiobject.GetApiResponse.BuilderGetApiResponse.Builder. api(Api api)TheApiobject.UpdateApiResponse.BuilderUpdateApiResponse.Builder. api(Api api)TheApiobject.ListApisResponse.BuilderListApisResponse.Builder. apis(Api... apis)TheApiobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type Api Modifier and Type Method Description ListApisResponse.BuilderListApisResponse.Builder. apis(Collection<Api> apis)TheApiobjects. -
Uses of Api in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type Api Modifier and Type Method Description SdkIterable<Api>ListApisIterable. apis()Returns an iterable to iterate through the paginatedListApisResponse.apis()member.SdkPublisher<Api>ListApisPublisher. apis()Returns a publisher that can be used to get a stream of data.
-