| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationStrategy |
AuthenticationStrategy.fromValue(String value)
Use this in place of valueOf.
|
static AuthenticationStrategy |
AuthenticationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationStrategy[] |
AuthenticationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerResult |
UpdateBrokerResult.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
DescribeConfigurationResult |
DescribeConfigurationResult.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
DescribeBrokerResult |
DescribeBrokerResult.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
The authentication strategy used to secure the broker.
|
CreateConfigurationRequest |
CreateConfigurationRequest.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateConfigurationResult |
CreateConfigurationResult.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateBrokerRequest |
CreateBrokerRequest.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingAuthenticationStrategy(AuthenticationStrategy pendingAuthenticationStrategy)
The authentication strategy that will be applied when the broker is rebooted.
|
Copyright © 2023. All rights reserved.