Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.model.ListDbParameterGroupsResponse.Builder
-
Packages that use ListDbParameterGroupsResponse.Builder Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of ListDbParameterGroupsResponse.Builder in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return ListDbParameterGroupsResponse.Builder Modifier and Type Method Description static ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse. builder()ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse.Builder. items(Collection<DbParameterGroupSummary> items)A list of Timestream for InfluxDB DB parameter group summaries.ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse.Builder. items(Consumer<DbParameterGroupSummary.Builder>... items)A list of Timestream for InfluxDB DB parameter group summaries.ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse.Builder. items(DbParameterGroupSummary... items)A list of Timestream for InfluxDB DB parameter group summaries.ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse.Builder. nextToken(String nextToken)Token from a previous call of the operation.ListDbParameterGroupsResponse.BuilderListDbParameterGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type ListDbParameterGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListDbParameterGroupsResponse.Builder>ListDbParameterGroupsResponse. serializableBuilderClass()
-