| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
UserSummary.clone() |
UserSummary |
UserSummary.withPendingChange(ChangeType pendingChange)
The type of change pending for the broker user.
|
UserSummary |
UserSummary.withPendingChange(String pendingChange)
The type of change pending for the broker user.
|
UserSummary |
UserSummary.withUsername(String username)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSummary> |
ListUsersResult.getUsers()
Required.
|
List<UserSummary> |
DescribeBrokerResult.getUsers()
The list of all broker usernames for the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(UserSummary... users)
Required.
|
DescribeBrokerResult |
DescribeBrokerResult.withUsers(UserSummary... users)
The list of all broker usernames for the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<UserSummary> users)
Required.
|
void |
DescribeBrokerResult.setUsers(Collection<UserSummary> users)
The list of all broker usernames for the specified broker.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<UserSummary> users)
Required.
|
DescribeBrokerResult |
DescribeBrokerResult.withUsers(Collection<UserSummary> users)
The list of all broker usernames for the specified broker.
|
Copyright © 2023. All rights reserved.