| 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 |
|---|---|
DescribeBrokerResult |
AbstractAmazonMQ.describeBroker(DescribeBrokerRequest request) |
DescribeBrokerResult |
AmazonMQ.describeBroker(DescribeBrokerRequest describeBrokerRequest)
Returns information about the specified broker.
|
DescribeBrokerResult |
AmazonMQClient.describeBroker(DescribeBrokerRequest request)
Returns information about the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBrokerResult> |
AmazonMQAsyncClient.describeBrokerAsync(DescribeBrokerRequest request,
AsyncHandler<DescribeBrokerRequest,DescribeBrokerResult> asyncHandler) |
Future<DescribeBrokerResult> |
AbstractAmazonMQAsync.describeBrokerAsync(DescribeBrokerRequest request,
AsyncHandler<DescribeBrokerRequest,DescribeBrokerResult> asyncHandler) |
Future<DescribeBrokerResult> |
AmazonMQAsync.describeBrokerAsync(DescribeBrokerRequest describeBrokerRequest,
AsyncHandler<DescribeBrokerRequest,DescribeBrokerResult> asyncHandler)
Returns information about the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerResult |
DescribeBrokerResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeBrokerResult |
DescribeBrokerResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeBrokerResult |
DescribeBrokerResult.clone() |
DescribeBrokerResult |
DescribeBrokerResult.withActionsRequired(ActionRequired... actionsRequired)
Actions required for a broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withActionsRequired(Collection<ActionRequired> actionsRequired)
Actions required for a broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
The authentication strategy used to secure the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withAuthenticationStrategy(String authenticationStrategy)
The authentication strategy used to secure the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by
Amazon MQ.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerArn(String brokerArn)
The broker's Amazon Resource Name (ARN).
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerInstances(BrokerInstance... brokerInstances)
A list of information about allocated brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerInstances(Collection<BrokerInstance> brokerInstances)
A list of information about allocated brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerName(String brokerName)
The broker's name.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerState(BrokerState brokerState)
The broker's status.
|
DescribeBrokerResult |
DescribeBrokerResult.withBrokerState(String brokerState)
The broker's status.
|
DescribeBrokerResult |
DescribeBrokerResult.withConfigurations(Configurations configurations)
The list of all revisions for the specified configuration.
|
DescribeBrokerResult |
DescribeBrokerResult.withCreated(Date created)
The time when the broker was created.
|
DescribeBrokerResult |
DescribeBrokerResult.withDataReplicationMetadata(DataReplicationMetadataOutput dataReplicationMetadata)
The replication details of the data replication-enabled broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withDataReplicationMode(DataReplicationMode dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
|
DescribeBrokerResult |
DescribeBrokerResult.withDataReplicationMode(String dataReplicationMode)
Describes whether this broker is a part of a data replication pair.
|
DescribeBrokerResult |
DescribeBrokerResult.withDeploymentMode(DeploymentMode deploymentMode)
The broker's deployment mode.
|
DescribeBrokerResult |
DescribeBrokerResult.withDeploymentMode(String deploymentMode)
The broker's deployment mode.
|
DescribeBrokerResult |
DescribeBrokerResult.withEncryptionOptions(EncryptionOptions encryptionOptions)
Encryption options for the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withEngineType(EngineType engineType)
The type of broker engine.
|
DescribeBrokerResult |
DescribeBrokerResult.withEngineType(String engineType)
The type of broker engine.
|
DescribeBrokerResult |
DescribeBrokerResult.withEngineVersion(String engineVersion)
The broker engine's version.
|
DescribeBrokerResult |
DescribeBrokerResult.withHostInstanceType(String hostInstanceType)
The broker's instance type.
|
DescribeBrokerResult |
DescribeBrokerResult.withLdapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withLogs(LogsSummary logs)
The list of information about logs currently enabled and pending to be deployed for the specified broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withMaintenanceWindowStartTime(WeeklyStartTime maintenanceWindowStartTime)
The parameters that determine the WeeklyStartTime.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingAuthenticationStrategy(AuthenticationStrategy pendingAuthenticationStrategy)
The authentication strategy that will be applied when the broker is rebooted.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingAuthenticationStrategy(String pendingAuthenticationStrategy)
The authentication strategy that will be applied when the broker is rebooted.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingDataReplicationMetadata(DataReplicationMetadataOutput pendingDataReplicationMetadata)
The pending replication details of the data replication-enabled broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingDataReplicationMode(DataReplicationMode pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingDataReplicationMode(String pendingDataReplicationMode)
Describes whether this broker will be a part of a data replication pair after reboot.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingEngineVersion(String pendingEngineVersion)
The broker engine version to upgrade to.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingHostInstanceType(String pendingHostInstanceType)
The broker's host instance type to upgrade to.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingLdapServerMetadata(LdapServerMetadataOutput pendingLdapServerMetadata)
The metadata of the LDAP server that will be used to authenticate and authorize connections to the broker after
it is rebooted.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingSecurityGroups(Collection<String> pendingSecurityGroups)
The list of pending security groups to authorize connections to brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withPendingSecurityGroups(String... pendingSecurityGroups)
The list of pending security groups to authorize connections to brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withPubliclyAccessible(Boolean publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
DescribeBrokerResult |
DescribeBrokerResult.withSecurityGroups(Collection<String> securityGroups)
The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withSecurityGroups(String... securityGroups)
The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
|
DescribeBrokerResult |
DescribeBrokerResult.withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
DescribeBrokerResult |
DescribeBrokerResult.withStorageType(String storageType)
The broker's storage type.
|
DescribeBrokerResult |
DescribeBrokerResult.withSubnetIds(Collection<String> subnetIds)
The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.
|
DescribeBrokerResult |
DescribeBrokerResult.withSubnetIds(String... subnetIds)
The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.
|
DescribeBrokerResult |
DescribeBrokerResult.withTags(Map<String,String> tags)
The list of all tags associated with this broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withUsers(Collection<UserSummary> users)
The list of all broker usernames for the specified broker.
|
DescribeBrokerResult |
DescribeBrokerResult.withUsers(UserSummary... users)
The list of all broker usernames for the specified broker.
|
Copyright © 2024. All rights reserved.