| Package | Description |
|---|---|
| com.amazonaws.services.mq |
Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and
operate message brokers in the cloud.
|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBrokerResult> |
AmazonMQAsyncClient.updateBrokerAsync(UpdateBrokerRequest request,
AsyncHandler<UpdateBrokerRequest,UpdateBrokerResult> asyncHandler) |
Future<UpdateBrokerResult> |
AbstractAmazonMQAsync.updateBrokerAsync(UpdateBrokerRequest request,
AsyncHandler<UpdateBrokerRequest,UpdateBrokerResult> asyncHandler) |
Future<UpdateBrokerResult> |
AmazonMQAsync.updateBrokerAsync(UpdateBrokerRequest updateBrokerRequest,
AsyncHandler<UpdateBrokerRequest,UpdateBrokerResult> asyncHandler)
Adds a pending configuration change to a broker.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerRequest |
UpdateBrokerRequest.clone() |
UpdateBrokerRequest |
UpdateBrokerRequest.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withAuthenticationStrategy(String authenticationStrategy)
Optional.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by
Amazon MQ.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withDataReplicationMode(DataReplicationMode dataReplicationMode)
Defines whether this broker is a part of a data replication pair.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withDataReplicationMode(String dataReplicationMode)
Defines whether this broker is a part of a data replication pair.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withEngineVersion(String engineVersion)
The broker engine version.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withHostInstanceType(String hostInstanceType)
The broker's host instance type to upgrade to.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withLdapServerMetadata(LdapServerMetadataInput ldapServerMetadata)
Optional.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withLogs(Logs logs)
Enables Amazon CloudWatch logging for brokers.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withMaintenanceWindowStartTime(WeeklyStartTime maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withSecurityGroups(Collection<String> securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withSecurityGroups(String... securityGroups)
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
Copyright © 2024. All rights reserved.