Uses of Interface
software.amazon.awssdk.services.macie2.model.S3ClassificationScopeUpdate.Builder
-
Packages that use S3ClassificationScopeUpdate.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of S3ClassificationScopeUpdate.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return S3ClassificationScopeUpdate.Builder Modifier and Type Method Description static S3ClassificationScopeUpdate.BuilderS3ClassificationScopeUpdate. builder()default S3ClassificationScopeUpdate.BuilderS3ClassificationScopeUpdate.Builder. excludes(Consumer<S3ClassificationScopeExclusionUpdate.Builder> excludes)The names of the S3 buckets to add or remove from the list.S3ClassificationScopeUpdate.BuilderS3ClassificationScopeUpdate.Builder. excludes(S3ClassificationScopeExclusionUpdate excludes)The names of the S3 buckets to add or remove from the list.S3ClassificationScopeUpdate.BuilderS3ClassificationScopeUpdate. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type S3ClassificationScopeUpdate.Builder Modifier and Type Method Description static Class<? extends S3ClassificationScopeUpdate.Builder>S3ClassificationScopeUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type S3ClassificationScopeUpdate.Builder Modifier and Type Method Description default UpdateClassificationScopeRequest.BuilderUpdateClassificationScopeRequest.Builder. s3(Consumer<S3ClassificationScopeUpdate.Builder> s3)The S3 buckets to add or remove from the exclusion list defined by the classification scope.
-