Uses of Interface
software.amazon.awssdk.services.macie2.model.AllowListStatus.Builder
-
Packages that use AllowListStatus.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AllowListStatus.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AllowListStatus.Builder Modifier and Type Method Description static AllowListStatus.BuilderAllowListStatus. builder()AllowListStatus.BuilderAllowListStatus.Builder. code(String code)The current status of the allow list.AllowListStatus.BuilderAllowListStatus.Builder. code(AllowListStatusCode code)The current status of the allow list.AllowListStatus.BuilderAllowListStatus.Builder. description(String description)A brief description of the status of the allow list.AllowListStatus.BuilderAllowListStatus. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AllowListStatus.Builder Modifier and Type Method Description static Class<? extends AllowListStatus.Builder>AllowListStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AllowListStatus.Builder Modifier and Type Method Description default GetAllowListResponse.BuilderGetAllowListResponse.Builder. status(Consumer<AllowListStatus.Builder> status)The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.
-