| Package | Description |
|---|---|
| com.amazonaws.services.macie.model |
| Modifier and Type | Method and Description |
|---|---|
FailedS3Resource |
FailedS3Resource.clone() |
FailedS3Resource |
FailedS3Resource.withErrorCode(String errorCode)
The status code of a failed item.
|
FailedS3Resource |
FailedS3Resource.withErrorMessage(String errorMessage)
The error message of a failed item.
|
FailedS3Resource |
FailedS3Resource.withFailedItem(S3Resource failedItem)
The failed S3 resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedS3Resource> |
AssociateS3ResourcesResult.getFailedS3Resources()
S3 resources that couldn't be associated with Amazon Macie.
|
List<FailedS3Resource> |
DisassociateS3ResourcesResult.getFailedS3Resources()
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
List<FailedS3Resource> |
UpdateS3ResourcesResult.getFailedS3Resources()
The S3 resources whose classification types can't be updated.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateS3ResourcesResult |
AssociateS3ResourcesResult.withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
DisassociateS3ResourcesResult |
DisassociateS3ResourcesResult.withFailedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
UpdateS3ResourcesResult |
UpdateS3ResourcesResult.withFailedS3Resources(FailedS3Resource... failedS3Resources)
The S3 resources whose classification types can't be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateS3ResourcesResult.setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
void |
DisassociateS3ResourcesResult.setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
void |
UpdateS3ResourcesResult.setFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
The S3 resources whose classification types can't be updated.
|
AssociateS3ResourcesResult |
AssociateS3ResourcesResult.withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be associated with Amazon Macie.
|
DisassociateS3ResourcesResult |
DisassociateS3ResourcesResult.withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
UpdateS3ResourcesResult |
UpdateS3ResourcesResult.withFailedS3Resources(Collection<FailedS3Resource> failedS3Resources)
The S3 resources whose classification types can't be updated.
|
Copyright © 2018. All rights reserved.