Uses of Enum
software.amazon.awssdk.services.ec2.model.AggregationStatusEnum
Packages that use AggregationStatusEnum
-
Uses of AggregationStatusEnum in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AggregationStatusEnumModifier and TypeMethodDescriptionfinal AggregationStatusEnumApplicationStatusCheckResponseObject.aggregation()The aggregation setting for the application status check.final AggregationStatusEnumApplicationStatusDetail.aggregation()The aggregation setting for the application status check.final AggregationStatusEnumCreateApplicationStatusCheckRequest.aggregation()The aggregation setting for the application status check.final AggregationStatusEnumModifyApplicationStatusCheckRequest.aggregation()The aggregation setting for the application status check.static AggregationStatusEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationStatusEnumReturns the enum constant of this type with the specified name.static AggregationStatusEnum[]AggregationStatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AggregationStatusEnumModifier and TypeMethodDescriptionstatic Set<AggregationStatusEnum>AggregationStatusEnum.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AggregationStatusEnumModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.ApplicationStatusDetail.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.CreateApplicationStatusCheckRequest.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.ModifyApplicationStatusCheckRequest.Builder.aggregation(AggregationStatusEnum aggregation) The aggregation setting for the application status check.