Uses of Interface
software.amazon.awssdk.services.macie2.model.S3ClassificationScope.Builder
-
Packages that use S3ClassificationScope.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3ClassificationScope.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3ClassificationScope.Builder Modifier and Type Method Description static S3ClassificationScope.BuilderS3ClassificationScope. builder()default S3ClassificationScope.BuilderS3ClassificationScope.Builder. excludes(Consumer<S3ClassificationScopeExclusion.Builder> excludes)The S3 buckets that are excluded.S3ClassificationScope.BuilderS3ClassificationScope.Builder. excludes(S3ClassificationScopeExclusion excludes)The S3 buckets that are excluded.S3ClassificationScope.BuilderS3ClassificationScope. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type S3ClassificationScope.Builder Modifier and Type Method Description static Class<? extends S3ClassificationScope.Builder>S3ClassificationScope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type S3ClassificationScope.Builder Modifier and Type Method Description default GetClassificationScopeResponse.BuilderGetClassificationScopeResponse.Builder. s3(Consumer<S3ClassificationScope.Builder> s3)The S3 buckets that are excluded from automated sensitive data discovery.
-