Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsAggregator.Builder
-
Packages that use OpsAggregator.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsAggregator.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsAggregator.Builder Modifier and Type Method Description OpsAggregator.BuilderOpsAggregator.Builder. aggregators(Collection<OpsAggregator> aggregators)A nested aggregator for viewing counts of OpsData.OpsAggregator.BuilderOpsAggregator.Builder. aggregators(Consumer<OpsAggregator.Builder>... aggregators)A nested aggregator for viewing counts of OpsData.OpsAggregator.BuilderOpsAggregator.Builder. aggregators(OpsAggregator... aggregators)A nested aggregator for viewing counts of OpsData.OpsAggregator.BuilderOpsAggregator.Builder. aggregatorType(String aggregatorType)Either aRangeorCountaggregator for limiting an OpsData summary.OpsAggregator.BuilderOpsAggregator.Builder. attributeName(String attributeName)The name of an OpsData attribute on which to limit the count of OpsData.static OpsAggregator.BuilderOpsAggregator. builder()OpsAggregator.BuilderOpsAggregator.Builder. filters(Collection<OpsFilter> filters)The aggregator filters.OpsAggregator.BuilderOpsAggregator.Builder. filters(Consumer<OpsFilter.Builder>... filters)The aggregator filters.OpsAggregator.BuilderOpsAggregator.Builder. filters(OpsFilter... filters)The aggregator filters.OpsAggregator.BuilderOpsAggregator. toBuilder()OpsAggregator.BuilderOpsAggregator.Builder. typeName(String typeName)The data type name to use for viewing counts of OpsData.OpsAggregator.BuilderOpsAggregator.Builder. values(Map<String,String> values)The aggregator value.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsAggregator.Builder Modifier and Type Method Description static Class<? extends OpsAggregator.Builder>OpsAggregator. serializableBuilderClass()
-