Uses of Interface
software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsResponse.Builder
-
Packages that use ListConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.ssmquicksetup.model -
-
Uses of ListConfigurationsResponse.Builder in software.amazon.awssdk.services.ssmquicksetup.model
Methods in software.amazon.awssdk.services.ssmquicksetup.model that return ListConfigurationsResponse.Builder Modifier and Type Method Description static ListConfigurationsResponse.BuilderListConfigurationsResponse. builder()ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurationsList(Collection<ConfigurationSummary> configurationsList)An array of configurations.ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurationsList(Consumer<ConfigurationSummary.Builder>... configurationsList)An array of configurations.ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurationsList(ConfigurationSummary... configurationsList)An array of configurations.ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. nextToken(String nextToken)The token to use when requesting the next set of items.ListConfigurationsResponse.BuilderListConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmquicksetup.model that return types with arguments of type ListConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListConfigurationsResponse.Builder>ListConfigurationsResponse. serializableBuilderClass()
-