| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
User.builder() |
User.Builder |
User.Builder.consoleAccess(Boolean consoleAccess)
Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
User.Builder |
User.Builder.groups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User.Builder |
User.Builder.groups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
User.Builder |
User.Builder.password(String password)
Required.
|
User.Builder |
User.toBuilder() |
User.Builder |
User.Builder.username(String username)
important>
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends User.Builder> |
User.serializableBuilderClass() |
Copyright © 2023. All rights reserved.