Uses of Class
software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsResponse
-
Packages that use ListDataflowEndpointGroupsResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators -
-
Uses of ListDataflowEndpointGroupsResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return ListDataflowEndpointGroupsResponse Modifier and Type Method Description default ListDataflowEndpointGroupsResponseGroundStationClient. listDataflowEndpointGroups(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest)Returns a list ofDataflowEndpointgroups.default ListDataflowEndpointGroupsResponseGroundStationClient. listDataflowEndpointGroups(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest)Returns a list ofDataflowEndpointgroups.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type ListDataflowEndpointGroupsResponse Modifier and Type Method Description default CompletableFuture<ListDataflowEndpointGroupsResponse>GroundStationAsyncClient. listDataflowEndpointGroups(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest)Returns a list ofDataflowEndpointgroups.default CompletableFuture<ListDataflowEndpointGroupsResponse>GroundStationAsyncClient. listDataflowEndpointGroups(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest)Returns a list ofDataflowEndpointgroups. -
Uses of ListDataflowEndpointGroupsResponse in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type ListDataflowEndpointGroupsResponse Modifier and Type Method Description Iterator<ListDataflowEndpointGroupsResponse>ListDataflowEndpointGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.groundstation.paginators with type arguments of type ListDataflowEndpointGroupsResponse Modifier and Type Method Description voidListDataflowEndpointGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataflowEndpointGroupsResponse> subscriber)
-