Uses of Class
software.amazon.awssdk.services.macie.model.S3Resource
-
Packages that use S3Resource Package Description software.amazon.awssdk.services.macie.model -
-
Uses of S3Resource in software.amazon.awssdk.services.macie.model
Methods in software.amazon.awssdk.services.macie.model that return S3Resource Modifier and Type Method Description S3ResourceFailedS3Resource. failedItem()(Discontinued) The failed S3 resources.Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type S3Resource Modifier and Type Method Description List<S3Resource>DisassociateS3ResourcesRequest. associatedS3Resources()(Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.Methods in software.amazon.awssdk.services.macie.model with parameters of type S3Resource Modifier and Type Method Description DisassociateS3ResourcesRequest.BuilderDisassociateS3ResourcesRequest.Builder. associatedS3Resources(S3Resource... associatedS3Resources)(Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.FailedS3Resource.BuilderFailedS3Resource.Builder. failedItem(S3Resource failedItem)(Discontinued) The failed S3 resources.Method parameters in software.amazon.awssdk.services.macie.model with type arguments of type S3Resource Modifier and Type Method Description DisassociateS3ResourcesRequest.BuilderDisassociateS3ResourcesRequest.Builder. associatedS3Resources(Collection<S3Resource> associatedS3Resources)(Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
-