Class AdvancedDataProtectionMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.AdvancedDataProtectionMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdvancedDataProtectionMetrics.Builder,AdvancedDataProtectionMetrics>
@Generated("software.amazon.awssdk:codegen") public final class AdvancedDataProtectionMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdvancedDataProtectionMetrics.Builder,AdvancedDataProtectionMetrics>
The container element for Amazon S3 Storage Lens advanced data-protection metrics. Advanced data-protection metrics provide insights that you can use to perform audits and protect your data, for example replication rule counts within and across Regions.
For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary in the Amazon S3 User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdvancedDataProtectionMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdvancedDataProtectionMetrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisEnabled()A container that indicates whether advanced data-protection metrics are enabled.List<SdkField<?>>sdkFields()static Class<? extends AdvancedDataProtectionMetrics.Builder>serializableBuilderClass()AdvancedDataProtectionMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
isEnabled
public final Boolean isEnabled()
A container that indicates whether advanced data-protection metrics are enabled.
- Returns:
- A container that indicates whether advanced data-protection metrics are enabled.
-
toBuilder
public AdvancedDataProtectionMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdvancedDataProtectionMetrics.Builder,AdvancedDataProtectionMetrics>
-
builder
public static AdvancedDataProtectionMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends AdvancedDataProtectionMetrics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-