Uses of Enum
software.amazon.awssdk.services.ssm.model.DescribeActivationsFilterKeys
Packages that use DescribeActivationsFilterKeys
-
Uses of DescribeActivationsFilterKeys in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeActivationsFilterKeysModifier and TypeMethodDescriptionDescribeActivationsFilter.filterKey()The name of the filter.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static DescribeActivationsFilterKeys[]DescribeActivationsFilterKeys.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeActivationsFilterKeysModifier and TypeMethodDescriptionstatic Set<DescribeActivationsFilterKeys>DescribeActivationsFilterKeys.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type DescribeActivationsFilterKeysModifier and TypeMethodDescriptionDescribeActivationsFilter.Builder.filterKey(DescribeActivationsFilterKeys filterKey) The name of the filter.