| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.withArn(String arn)
The ARN of the endpoint.
|
Endpoint |
Endpoint.withCreationTime(Date creationTime)
The time the endpoint was created.
|
Endpoint |
Endpoint.withDescription(String description)
A description for the endpoint.
|
Endpoint |
Endpoint.withEndpointId(String endpointId)
The URL subdomain of the endpoint.
|
Endpoint |
Endpoint.withEndpointUrl(String endpointUrl)
The URL of the endpoint.
|
Endpoint |
Endpoint.withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint.
|
Endpoint |
Endpoint.withEventBuses(EndpointEventBus... eventBuses)
The event buses being used by the endpoint.
|
Endpoint |
Endpoint.withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint was modified.
|
Endpoint |
Endpoint.withName(String name)
The name of the endpoint.
|
Endpoint |
Endpoint.withReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for this endpoint.
|
Endpoint |
Endpoint.withRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint.
|
Endpoint |
Endpoint.withRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint.
|
Endpoint |
Endpoint.withState(EndpointState state)
The current state of the endpoint.
|
Endpoint |
Endpoint.withState(String state)
The current state of the endpoint.
|
Endpoint |
Endpoint.withStateReason(String stateReason)
The reason the endpoint is in its current state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListEndpointsResult.getEndpoints()
The endpoints returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Endpoint... endpoints)
The endpoints returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
The endpoints returned by the call.
|
ListEndpointsResult |
ListEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The endpoints returned by the call.
|
Copyright © 2023. All rights reserved.