| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResult |
AbstractAmazonEventBridge.describeEndpoint(DescribeEndpointRequest request) |
DescribeEndpointResult |
AmazonEventBridge.describeEndpoint(DescribeEndpointRequest describeEndpointRequest)
Get the information about an existing global endpoint.
|
DescribeEndpointResult |
AmazonEventBridgeClient.describeEndpoint(DescribeEndpointRequest request)
Get the information about an existing global endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEndpointResult> |
AmazonEventBridgeAsyncClient.describeEndpointAsync(DescribeEndpointRequest request,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler) |
Future<DescribeEndpointResult> |
AbstractAmazonEventBridgeAsync.describeEndpointAsync(DescribeEndpointRequest request,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler) |
Future<DescribeEndpointResult> |
AmazonEventBridgeAsync.describeEndpointAsync(DescribeEndpointRequest describeEndpointRequest,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler)
Get the information about an existing global endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResult |
DescribeEndpointResult.clone() |
DescribeEndpointResult |
DescribeEndpointResult.withArn(String arn)
The ARN of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withCreationTime(Date creationTime)
The time the endpoint you asked for information about was created.
|
DescribeEndpointResult |
DescribeEndpointResult.withDescription(String description)
The description of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withEndpointId(String endpointId)
The ID of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withEndpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withEventBuses(EndpointEventBus... eventBuses)
The event buses being used by the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint you asked for information about was modified.
|
DescribeEndpointResult |
DescribeEndpointResult.withName(String name)
The name of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withReplicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withRoleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withState(EndpointState state)
The current state of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withState(String state)
The current state of the endpoint you asked for information about.
|
DescribeEndpointResult |
DescribeEndpointResult.withStateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
|
Copyright © 2023. All rights reserved.