Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.ListConfigurationsResponse.Builder
-
Packages that use ListConfigurationsResponse.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ListConfigurationsResponse.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ListConfigurationsResponse.Builder Modifier and Type Method Description static ListConfigurationsResponse.BuilderListConfigurationsResponse. builder()ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurations(Collection<? extends Map<String,String>> configurations)Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurations(Map<String,String>... configurations)Returns configuration details, including the configuration ID, attribute names, and attribute values.ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. nextToken(String nextToken)Token to retrieve the next set of results.ListConfigurationsResponse.BuilderListConfigurationsResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ListConfigurationsResponse.Builder Modifier and Type Method Description static Class<? extends ListConfigurationsResponse.Builder>ListConfigurationsResponse. serializableBuilderClass()
-