Uses of Class
software.amazon.awssdk.services.config.model.AggregatedSourceStatusType
-
Packages that use AggregatedSourceStatusType Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregatedSourceStatusType in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregatedSourceStatusType Modifier and Type Method Description static AggregatedSourceStatusTypeAggregatedSourceStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregatedSourceStatusTypeAggregatedSourceStatus. lastUpdateStatus()Filters the last updated status type.static AggregatedSourceStatusTypeAggregatedSourceStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregatedSourceStatusType[]AggregatedSourceStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregatedSourceStatusType Modifier and Type Method Description static Set<AggregatedSourceStatusType>AggregatedSourceStatusType. knownValues()List<AggregatedSourceStatusType>DescribeConfigurationAggregatorSourcesStatusRequest. updateStatus()Filters the status type.Methods in software.amazon.awssdk.services.config.model with parameters of type AggregatedSourceStatusType Modifier and Type Method Description AggregatedSourceStatus.BuilderAggregatedSourceStatus.Builder. lastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)Filters the last updated status type.DescribeConfigurationAggregatorSourcesStatusRequest.BuilderDescribeConfigurationAggregatorSourcesStatusRequest.Builder. updateStatus(AggregatedSourceStatusType... updateStatus)Filters the status type.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregatedSourceStatusType Modifier and Type Method Description DescribeConfigurationAggregatorSourcesStatusRequest.BuilderDescribeConfigurationAggregatorSourcesStatusRequest.Builder. updateStatus(Collection<AggregatedSourceStatusType> updateStatus)Filters the status type.
-