Uses of Class
software.amazon.awssdk.services.s3.model.MetricsFilter.Type
-
Packages that use MetricsFilter.Type Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MetricsFilter.Type in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetricsFilter.Type Modifier and Type Method Description MetricsFilter.TypeMetricsFilter. type()Retrieve an enum value representing which member of this object is populated.static MetricsFilter.TypeMetricsFilter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsFilter.Type[]MetricsFilter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-