Class ClassificationType
- java.lang.Object
-
- software.amazon.awssdk.services.macie.model.ClassificationType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClassificationType.Builder,ClassificationType>
@Generated("software.amazon.awssdk:codegen") public final class ClassificationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClassificationType.Builder,ClassificationType>
(Discontinued) The classification type that Amazon Macie Classic applies to the associated S3 resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClassificationType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassificationType.Builderbuilder()S3ContinuousClassificationTypecontinuous()(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.StringcontinuousAsString()(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3OneTimeClassificationTypeoneTime()(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.StringoneTimeAsString()(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends ClassificationType.Builder>serializableBuilderClass()ClassificationType.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
-
oneTime
public final S3OneTimeClassificationType oneTime()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
oneTimewill returnS3OneTimeClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoneTimeAsString().- Returns:
- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
- See Also:
S3OneTimeClassificationType
-
oneTimeAsString
public final String oneTimeAsString()
(Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
oneTimewill returnS3OneTimeClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoneTimeAsString().- Returns:
- (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.
- See Also:
S3OneTimeClassificationType
-
continuous
public final S3ContinuousClassificationType continuous()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
If the service returns an enum value that is not available in the current SDK version,
continuouswill returnS3ContinuousClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontinuousAsString().- Returns:
- (Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
- See Also:
S3ContinuousClassificationType
-
continuousAsString
public final String continuousAsString()
(Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
If the service returns an enum value that is not available in the current SDK version,
continuouswill returnS3ContinuousClassificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontinuousAsString().- Returns:
- (Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.
- See Also:
S3ContinuousClassificationType
-
toBuilder
public ClassificationType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClassificationType.Builder,ClassificationType>
-
builder
public static ClassificationType.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClassificationType.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.
-
-