| Package | Description |
|---|---|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
S3ResourceClassification |
S3ResourceClassification.clone() |
S3ResourceClassification |
S3ResourceClassification.withBucketName(String bucketName)
The name of the S3 bucket that you want to associate with Amazon Macie.
|
S3ResourceClassification |
S3ResourceClassification.withClassificationType(ClassificationType classificationType)
The classification type that you want to specify for the resource associated with Amazon Macie.
|
S3ResourceClassification |
S3ResourceClassification.withPrefix(String prefix)
The prefix of the S3 bucket that you want to associate with Amazon Macie.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3ResourceClassification> |
ListS3ResourcesResult.getS3Resources()
A list of the associated S3 resources returned by the action.
|
List<S3ResourceClassification> |
AssociateS3ResourcesRequest.getS3Resources()
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
| Modifier and Type | Method and Description |
|---|---|
ListS3ResourcesResult |
ListS3ResourcesResult.withS3Resources(S3ResourceClassification... s3Resources)
A list of the associated S3 resources returned by the action.
|
AssociateS3ResourcesRequest |
AssociateS3ResourcesRequest.withS3Resources(S3ResourceClassification... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListS3ResourcesResult.setS3Resources(Collection<S3ResourceClassification> s3Resources)
A list of the associated S3 resources returned by the action.
|
void |
AssociateS3ResourcesRequest.setS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
ListS3ResourcesResult |
ListS3ResourcesResult.withS3Resources(Collection<S3ResourceClassification> s3Resources)
A list of the associated S3 resources returned by the action.
|
AssociateS3ResourcesRequest |
AssociateS3ResourcesRequest.withS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
Copyright © 2020. All rights reserved.