| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
MobileDeviceAccessRule |
MobileDeviceAccessRule.clone() |
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDateCreated(Date dateCreated)
The date and time at which an access rule was created.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDateModified(Date dateModified)
The date and time at which an access rule was modified.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDescription(String description)
The description of a mobile access rule.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceModels(Collection<String> deviceModels)
Device models that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceModels(String... deviceModels)
Device models that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceOperatingSystems(Collection<String> deviceOperatingSystems)
Device operating systems that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceOperatingSystems(String... deviceOperatingSystems)
Device operating systems that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceTypes(Collection<String> deviceTypes)
Device types that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceTypes(String... deviceTypes)
Device types that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceUserAgents(Collection<String> deviceUserAgents)
Device user agents that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withDeviceUserAgents(String... deviceUserAgents)
Device user agents that a rule will match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withEffect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withEffect(String effect)
The effect of the rule when it matches.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The ID assigned to a mobile access rule.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withName(String name)
The name of a mobile access rule.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceModels(Collection<String> notDeviceModels)
Device models that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceModels(String... notDeviceModels)
Device models that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceOperatingSystems(Collection<String> notDeviceOperatingSystems)
Device operating systems that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceOperatingSystems(String... notDeviceOperatingSystems)
Device operating systems that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceTypes(Collection<String> notDeviceTypes)
Device types that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceTypes(String... notDeviceTypes)
Device types that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceUserAgents(Collection<String> notDeviceUserAgents)
Device user agents that a rule will not match.
|
MobileDeviceAccessRule |
MobileDeviceAccessRule.withNotDeviceUserAgents(String... notDeviceUserAgents)
Device user agents that a rule will not match.
|
| Modifier and Type | Method and Description |
|---|---|
List<MobileDeviceAccessRule> |
ListMobileDeviceAccessRulesResult.getRules()
The list of mobile device access rules that exist under the specified WorkMail organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessRulesResult |
ListMobileDeviceAccessRulesResult.withRules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMobileDeviceAccessRulesResult.setRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
ListMobileDeviceAccessRulesResult |
ListMobileDeviceAccessRulesResult.withRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
Copyright © 2024. All rights reserved.