Uses of Interface
software.amazon.awssdk.services.ec2.model.AttributeSummary.Builder
Packages that use AttributeSummary.Builder
-
Uses of AttributeSummary.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttributeSummary.BuilderModifier and TypeMethodDescriptionAttributeSummary.Builder.attributeName(String attributeName) The name of the attribute.static AttributeSummary.BuilderAttributeSummary.builder()AttributeSummary.Builder.mostFrequentValue(String mostFrequentValue) The configuration value that is most frequently observed for the attribute.AttributeSummary.Builder.numberOfMatchedAccounts(Integer numberOfMatchedAccounts) The number of accounts with the same configuration value for the attribute that is most frequently observed.AttributeSummary.Builder.numberOfUnmatchedAccounts(Integer numberOfUnmatchedAccounts) The number of accounts with a configuration value different from the most frequently observed value for the attribute.AttributeSummary.Builder.regionalSummaries(Collection<RegionalSummary> regionalSummaries) The summary report for each Region for the attribute.AttributeSummary.Builder.regionalSummaries(Consumer<RegionalSummary.Builder>... regionalSummaries) The summary report for each Region for the attribute.AttributeSummary.Builder.regionalSummaries(RegionalSummary... regionalSummaries) The summary report for each Region for the attribute.AttributeSummary.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttributeSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttributeSummary.Builder>AttributeSummary.serializableBuilderClass()