Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.ListApplicationVersionsResponse
-
Packages that use ListApplicationVersionsResponse Package Description software.amazon.awssdk.services.kinesisanalyticsv2 software.amazon.awssdk.services.kinesisanalyticsv2.paginators -
-
Uses of ListApplicationVersionsResponse in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return ListApplicationVersionsResponse Modifier and Type Method Description default ListApplicationVersionsResponseKinesisAnalyticsV2Client. listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)Lists all the versions for the specified application, including versions that were rolled back.default ListApplicationVersionsResponseKinesisAnalyticsV2Client. listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)Lists all the versions for the specified application, including versions that were rolled back.Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return types with arguments of type ListApplicationVersionsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationVersionsResponse>KinesisAnalyticsV2AsyncClient. listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)Lists all the versions for the specified application, including versions that were rolled back.default CompletableFuture<ListApplicationVersionsResponse>KinesisAnalyticsV2AsyncClient. listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)Lists all the versions for the specified application, including versions that were rolled back. -
Uses of ListApplicationVersionsResponse in software.amazon.awssdk.services.kinesisanalyticsv2.paginators
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.paginators that return types with arguments of type ListApplicationVersionsResponse Modifier and Type Method Description Iterator<ListApplicationVersionsResponse>ListApplicationVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.paginators with type arguments of type ListApplicationVersionsResponse Modifier and Type Method Description voidListApplicationVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationVersionsResponse> subscriber)
-