Uses of Interface
software.amazon.awssdk.services.macie2.model.UpdateAllowListRequest.Builder
-
Packages that use UpdateAllowListRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of UpdateAllowListRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type UpdateAllowListRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAllowListResponse>Macie2AsyncClient. updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)Updates the settings for an allow list.default UpdateAllowListResponseMacie2Client. updateAllowList(Consumer<UpdateAllowListRequest.Builder> updateAllowListRequest)Updates the settings for an allow list. -
Uses of UpdateAllowListRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UpdateAllowListRequest.Builder Modifier and Type Method Description static UpdateAllowListRequest.BuilderUpdateAllowListRequest. builder()default UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. criteria(Consumer<AllowListCriteria.Builder> criteria)The criteria that specify the text or text pattern to ignore.UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. criteria(AllowListCriteria criteria)The criteria that specify the text or text pattern to ignore.UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. description(String description)A custom description of the allow list.UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. id(String id)The unique identifier for the Amazon Macie resource that the request applies to.UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. name(String name)A custom name for the allow list.UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAllowListRequest.BuilderUpdateAllowListRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UpdateAllowListRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAllowListRequest.Builder>UpdateAllowListRequest. serializableBuilderClass()
-