| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
User |
User.withGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User |
User.withGroups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User |
User.withPassword(String password)
Required.
|
User |
User.withUsername(String username)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
CreateBrokerRequest.getUsers()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBrokerRequest |
CreateBrokerRequest.withUsers(User... users)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBrokerRequest.setUsers(Collection<User> users)
Required.
|
CreateBrokerRequest |
CreateBrokerRequest.withUsers(Collection<User> users)
Required.
|
Copyright © 2018. All rights reserved.