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