| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStrategy |
DescribeBrokerResponse.authenticationStrategy()
The authentication strategy used to secure the broker.
|
AuthenticationStrategy |
CreateBrokerRequest.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
CreateConfigurationRequest.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
UpdateBrokerResponse.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
DescribeConfigurationResponse.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
UpdateBrokerRequest.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
CreateConfigurationResponse.authenticationStrategy()
Optional.
|
AuthenticationStrategy |
Configuration.authenticationStrategy()
Optional.
|
static AuthenticationStrategy |
AuthenticationStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AuthenticationStrategy |
DescribeBrokerResponse.pendingAuthenticationStrategy()
The authentication strategy that will be applied when the broker is rebooted.
|
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 |
|---|---|
static Set<AuthenticationStrategy> |
AuthenticationStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerResponse.Builder |
DescribeBrokerResponse.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
The authentication strategy used to secure the broker.
|
CreateBrokerRequest.Builder |
CreateBrokerRequest.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateConfigurationRequest.Builder |
CreateConfigurationRequest.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerResponse.Builder |
UpdateBrokerResponse.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
DescribeConfigurationResponse.Builder |
DescribeConfigurationResponse.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerRequest.Builder |
UpdateBrokerRequest.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
CreateConfigurationResponse.Builder |
CreateConfigurationResponse.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
Configuration.Builder |
Configuration.Builder.authenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
DescribeBrokerResponse.Builder |
DescribeBrokerResponse.Builder.pendingAuthenticationStrategy(AuthenticationStrategy pendingAuthenticationStrategy)
The authentication strategy that will be applied when the broker is rebooted.
|
Copyright © 2023. All rights reserved.