| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.clone() |
AwsEventsEndpointDetails |
ResourceDetails.getAwsEventsEndpoint()
Provides details about an Amazon EventBridge global endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withArn(String arn)
The Amazon Resource Name (ARN) of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withDescription(String description)
A description of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withEndpointId(String endpointId)
The URL subdomain of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withEndpointUrl(String endpointUrl)
The URL of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withEventBuses(AwsEventsEndpointEventBusesDetails... eventBuses)
The event buses being used by the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withEventBuses(Collection<AwsEventsEndpointEventBusesDetails> eventBuses)
The event buses being used by the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withName(String name)
The name of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withReplicationConfig(AwsEventsEndpointReplicationConfigDetails replicationConfig)
Whether event replication was enabled or disabled for this endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withRoutingConfig(AwsEventsEndpointRoutingConfigDetails routingConfig)
The routing configuration of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withState(String state)
The current state of the endpoint.
|
AwsEventsEndpointDetails |
AwsEventsEndpointDetails.withStateReason(String stateReason)
The reason the endpoint is in its current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEventsEndpoint(AwsEventsEndpointDetails awsEventsEndpoint)
Provides details about an Amazon EventBridge global endpoint.
|
ResourceDetails |
ResourceDetails.withAwsEventsEndpoint(AwsEventsEndpointDetails awsEventsEndpoint)
Provides details about an Amazon EventBridge global endpoint.
|
Copyright © 2024. All rights reserved.