| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
UserPendingChanges |
UserPendingChanges.clone() |
UserPendingChanges |
DescribeUserResult.getPending()
The status of the changes pending for the ActiveMQ user.
|
UserPendingChanges |
UserPendingChanges.withConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
UserPendingChanges |
UserPendingChanges.withGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges |
UserPendingChanges.withGroups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges |
UserPendingChanges.withPendingChange(ChangeType pendingChange)
Required.
|
UserPendingChanges |
UserPendingChanges.withPendingChange(String pendingChange)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserResult.setPending(UserPendingChanges pending)
The status of the changes pending for the ActiveMQ user.
|
DescribeUserResult |
DescribeUserResult.withPending(UserPendingChanges pending)
The status of the changes pending for the ActiveMQ user.
|
Copyright © 2020. All rights reserved.