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