Uses of Class
software.amazon.awssdk.services.snowball.model.ClusterListEntry
-
Packages that use ClusterListEntry Package Description software.amazon.awssdk.services.snowball.model software.amazon.awssdk.services.snowball.paginators -
-
Uses of ClusterListEntry in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ClusterListEntry Modifier and Type Method Description List<ClusterListEntry>ListClustersResponse. clusterListEntries()EachClusterListEntryobject contains a cluster's state, a cluster's ID, and other important status information.Methods in software.amazon.awssdk.services.snowball.model with parameters of type ClusterListEntry Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusterListEntries(ClusterListEntry... clusterListEntries)EachClusterListEntryobject contains a cluster's state, a cluster's ID, and other important status information.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type ClusterListEntry Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusterListEntries(Collection<ClusterListEntry> clusterListEntries)EachClusterListEntryobject contains a cluster's state, a cluster's ID, and other important status information. -
Uses of ClusterListEntry in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ClusterListEntry Modifier and Type Method Description SdkIterable<ClusterListEntry>ListClustersIterable. clusterListEntries()Returns an iterable to iterate through the paginatedListClustersResponse.clusterListEntries()member.SdkPublisher<ClusterListEntry>ListClustersPublisher. clusterListEntries()Returns a publisher that can be used to get a stream of data.
-