Uses of Class
software.amazon.awssdk.services.macie.model.S3ResourceClassification
-
Packages that use S3ResourceClassification Package Description software.amazon.awssdk.services.macie.model -
-
Uses of S3ResourceClassification in software.amazon.awssdk.services.macie.model
Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type S3ResourceClassification Modifier and Type Method Description List<S3ResourceClassification>AssociateS3ResourcesRequest. s3Resources()(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.List<S3ResourceClassification>ListS3ResourcesResponse. s3Resources()(Discontinued) A list of the associated S3 resources returned by the action.Methods in software.amazon.awssdk.services.macie.model with parameters of type S3ResourceClassification Modifier and Type Method Description AssociateS3ResourcesRequest.BuilderAssociateS3ResourcesRequest.Builder. s3Resources(S3ResourceClassification... s3Resources)(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.ListS3ResourcesResponse.BuilderListS3ResourcesResponse.Builder. s3Resources(S3ResourceClassification... s3Resources)(Discontinued) A list of the associated S3 resources returned by the action.Method parameters in software.amazon.awssdk.services.macie.model with type arguments of type S3ResourceClassification Modifier and Type Method Description AssociateS3ResourcesRequest.BuilderAssociateS3ResourcesRequest.Builder. s3Resources(Collection<S3ResourceClassification> s3Resources)(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.ListS3ResourcesResponse.BuilderListS3ResourcesResponse.Builder. s3Resources(Collection<S3ResourceClassification> s3Resources)(Discontinued) A list of the associated S3 resources returned by the action.
-