Uses of Class
software.amazon.awssdk.services.groundstation.model.DataflowEndpointListItem
-
Packages that use DataflowEndpointListItem Package Description software.amazon.awssdk.services.groundstation.model software.amazon.awssdk.services.groundstation.paginators -
-
Uses of DataflowEndpointListItem in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type DataflowEndpointListItem Modifier and Type Method Description List<DataflowEndpointListItem>ListDataflowEndpointGroupsResponse. dataflowEndpointGroupList()A list of dataflow endpoint groups.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type DataflowEndpointListItem Modifier and Type Method Description ListDataflowEndpointGroupsResponse.BuilderListDataflowEndpointGroupsResponse.Builder. dataflowEndpointGroupList(DataflowEndpointListItem... dataflowEndpointGroupList)A list of dataflow endpoint groups.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type DataflowEndpointListItem Modifier and Type Method Description ListDataflowEndpointGroupsResponse.BuilderListDataflowEndpointGroupsResponse.Builder. dataflowEndpointGroupList(Collection<DataflowEndpointListItem> dataflowEndpointGroupList)A list of dataflow endpoint groups. -
Uses of DataflowEndpointListItem in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type DataflowEndpointListItem Modifier and Type Method Description SdkIterable<DataflowEndpointListItem>ListDataflowEndpointGroupsIterable. dataflowEndpointGroupList()Returns an iterable to iterate through the paginatedListDataflowEndpointGroupsResponse.dataflowEndpointGroupList()member.SdkPublisher<DataflowEndpointListItem>ListDataflowEndpointGroupsPublisher. dataflowEndpointGroupList()Returns a publisher that can be used to get a stream of data.
-