Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.DbClusterSummary
-
Packages that use DbClusterSummary Package Description software.amazon.awssdk.services.timestreaminfluxdb.model software.amazon.awssdk.services.timestreaminfluxdb.paginators -
-
Uses of DbClusterSummary in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type DbClusterSummary Modifier and Type Method Description List<DbClusterSummary>ListDbClustersResponse. items()A list of Timestream for InfluxDB cluster summaries.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type DbClusterSummary Modifier and Type Method Description ListDbClustersResponse.BuilderListDbClustersResponse.Builder. items(DbClusterSummary... items)A list of Timestream for InfluxDB cluster summaries.Method parameters in software.amazon.awssdk.services.timestreaminfluxdb.model with type arguments of type DbClusterSummary Modifier and Type Method Description ListDbClustersResponse.BuilderListDbClustersResponse.Builder. items(Collection<DbClusterSummary> items)A list of Timestream for InfluxDB cluster summaries. -
Uses of DbClusterSummary in software.amazon.awssdk.services.timestreaminfluxdb.paginators
Methods in software.amazon.awssdk.services.timestreaminfluxdb.paginators that return types with arguments of type DbClusterSummary Modifier and Type Method Description SdkIterable<DbClusterSummary>ListDbClustersIterable. items()Returns an iterable to iterate through the paginatedListDbClustersResponse.items()member.SdkPublisher<DbClusterSummary>ListDbClustersPublisher. items()Returns a publisher that can be used to get a stream of data.
-