public static interface ListMobileDeviceAccessRulesResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessRulesResponse.Builder,ListMobileDeviceAccessRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessRulesResponse.Builder |
rules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
|
ListMobileDeviceAccessRulesResponse.Builder |
rules(Consumer<MobileDeviceAccessRule.Builder>... rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
|
ListMobileDeviceAccessRulesResponse.Builder |
rules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileDeviceAccessRulesResponse.Builder rules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
rules - The list of mobile device access rules that exist under the specified Amazon WorkMail organization.ListMobileDeviceAccessRulesResponse.Builder rules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
rules - The list of mobile device access rules that exist under the specified Amazon WorkMail organization.ListMobileDeviceAccessRulesResponse.Builder rules(Consumer<MobileDeviceAccessRule.Builder>... rules)
The list of mobile device access rules that exist under the specified Amazon WorkMail organization.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) Copyright © 2022. All rights reserved.