| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
PutPermissionRequest.getCondition()
This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a
member of a certain AWS organization.
|
Condition |
Condition.withKey(String key)
The key for the condition.
|
Condition |
Condition.withType(String type)
The type of condition.
|
Condition |
Condition.withValue(String value)
The value for the key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPermissionRequest.setCondition(Condition condition)
This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a
member of a certain AWS organization.
|
PutPermissionRequest |
PutPermissionRequest.withCondition(Condition condition)
This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a
member of a certain AWS organization.
|
Copyright © 2020. All rights reserved.