Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsS3BucketNotificationConfigurationS3KeyFilterRuleName
-
Packages that use AwsS3BucketNotificationConfigurationS3KeyFilterRuleName Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketNotificationConfigurationS3KeyFilterRuleName in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsS3BucketNotificationConfigurationS3KeyFilterRuleName Modifier and Type Method Description static AwsS3BucketNotificationConfigurationS3KeyFilterRuleNameAwsS3BucketNotificationConfigurationS3KeyFilterRuleName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AwsS3BucketNotificationConfigurationS3KeyFilterRuleNameAwsS3BucketNotificationConfigurationS3KeyFilterRule. name()Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.static AwsS3BucketNotificationConfigurationS3KeyFilterRuleNameAwsS3BucketNotificationConfigurationS3KeyFilterRuleName. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsS3BucketNotificationConfigurationS3KeyFilterRuleName[]AwsS3BucketNotificationConfigurationS3KeyFilterRuleName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsS3BucketNotificationConfigurationS3KeyFilterRuleName Modifier and Type Method Description static Set<AwsS3BucketNotificationConfigurationS3KeyFilterRuleName>AwsS3BucketNotificationConfigurationS3KeyFilterRuleName. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsS3BucketNotificationConfigurationS3KeyFilterRuleName Modifier and Type Method Description AwsS3BucketNotificationConfigurationS3KeyFilterRule.BuilderAwsS3BucketNotificationConfigurationS3KeyFilterRule.Builder. name(AwsS3BucketNotificationConfigurationS3KeyFilterRuleName name)Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.
-