Uses of Interface
software.amazon.awssdk.services.config.model.DescribeConfigurationRecordersResponse.Builder
-
Packages that use DescribeConfigurationRecordersResponse.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of DescribeConfigurationRecordersResponse.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DescribeConfigurationRecordersResponse.Builder Modifier and Type Method Description static DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse. builder()DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse.Builder. configurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse.Builder. configurationRecorders(Consumer<ConfigurationRecorder.Builder>... configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse.Builder. configurationRecorders(ConfigurationRecorder... configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeConfigurationRecordersResponse.Builder Modifier and Type Method Description static Class<? extends DescribeConfigurationRecordersResponse.Builder>DescribeConfigurationRecordersResponse. serializableBuilderClass()
-