Uses of Class
software.amazon.awssdk.services.mq.model.AuthenticationStrategy
-
Packages that use AuthenticationStrategy Package Description software.amazon.awssdk.services.mq.model -
-
Uses of AuthenticationStrategy in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return AuthenticationStrategy Modifier and Type Method Description AuthenticationStrategyConfiguration. authenticationStrategy()Optional.AuthenticationStrategyCreateBrokerRequest. authenticationStrategy()Optional.AuthenticationStrategyCreateConfigurationRequest. authenticationStrategy()Optional.AuthenticationStrategyCreateConfigurationResponse. authenticationStrategy()Optional.AuthenticationStrategyDescribeBrokerResponse. authenticationStrategy()The authentication strategy used to secure the broker.AuthenticationStrategyDescribeConfigurationResponse. authenticationStrategy()Optional.AuthenticationStrategyUpdateBrokerRequest. authenticationStrategy()Optional.AuthenticationStrategyUpdateBrokerResponse. authenticationStrategy()Optional.static AuthenticationStrategyAuthenticationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuthenticationStrategyDescribeBrokerResponse. pendingAuthenticationStrategy()The authentication strategy that will be applied when the broker is rebooted.static AuthenticationStrategyAuthenticationStrategy. 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.Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type AuthenticationStrategy Modifier and Type Method Description static Set<AuthenticationStrategy>AuthenticationStrategy. knownValues()Methods in software.amazon.awssdk.services.mq.model with parameters of type AuthenticationStrategy Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.CreateBrokerRequest.BuilderCreateBrokerRequest.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.CreateConfigurationRequest.BuilderCreateConfigurationRequest.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.CreateConfigurationResponse.BuilderCreateConfigurationResponse.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)The authentication strategy used to secure the broker.DescribeConfigurationResponse.BuilderDescribeConfigurationResponse.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.UpdateBrokerRequest.BuilderUpdateBrokerRequest.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.UpdateBrokerResponse.BuilderUpdateBrokerResponse.Builder. authenticationStrategy(AuthenticationStrategy authenticationStrategy)Optional.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. pendingAuthenticationStrategy(AuthenticationStrategy pendingAuthenticationStrategy)The authentication strategy that will be applied when the broker is rebooted.
-