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