Uses of Interface
software.amazon.awssdk.services.macie2.model.GetAllowListRequest.Builder
-
Packages that use GetAllowListRequest.Builder Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.model -
-
Uses of GetAllowListRequest.Builder in software.amazon.awssdk.services.macie2
Method parameters in software.amazon.awssdk.services.macie2 with type arguments of type GetAllowListRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAllowListResponse>Macie2AsyncClient. getAllowList(Consumer<GetAllowListRequest.Builder> getAllowListRequest)Retrieves the settings and status of an allow list.default GetAllowListResponseMacie2Client. getAllowList(Consumer<GetAllowListRequest.Builder> getAllowListRequest)Retrieves the settings and status of an allow list. -
Uses of GetAllowListRequest.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GetAllowListRequest.Builder Modifier and Type Method Description static GetAllowListRequest.BuilderGetAllowListRequest. builder()GetAllowListRequest.BuilderGetAllowListRequest.Builder. id(String id)The unique identifier for the Amazon Macie resource that the request applies to.GetAllowListRequest.BuilderGetAllowListRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAllowListRequest.BuilderGetAllowListRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAllowListRequest.BuilderGetAllowListRequest. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GetAllowListRequest.Builder Modifier and Type Method Description static Class<? extends GetAllowListRequest.Builder>GetAllowListRequest. serializableBuilderClass()
-