Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateNetworkInsightsPathResult> |
AbstractAmazonEC2Async.createNetworkInsightsPathAsync(CreateNetworkInsightsPathRequest request,
AsyncHandler<CreateNetworkInsightsPathRequest,CreateNetworkInsightsPathResult> asyncHandler) |
Future<CreateNetworkInsightsPathResult> |
AmazonEC2AsyncClient.createNetworkInsightsPathAsync(CreateNetworkInsightsPathRequest request,
AsyncHandler<CreateNetworkInsightsPathRequest,CreateNetworkInsightsPathResult> asyncHandler) |
Future<CreateNetworkInsightsPathResult> |
AmazonEC2Async.createNetworkInsightsPathAsync(CreateNetworkInsightsPathRequest createNetworkInsightsPathRequest,
AsyncHandler<CreateNetworkInsightsPathRequest,CreateNetworkInsightsPathResult> asyncHandler)
Creates a path to analyze for reachability.
|
Modifier and Type | Method and Description |
---|---|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.clone() |
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withDestination(String destination)
The ID or ARN of the destination.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withDestinationIp(String destinationIp)
The IP address of the destination.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withDestinationPort(Integer destinationPort)
The destination port.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withFilterAtDestination(PathRequestFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withFilterAtSource(PathRequestFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withProtocol(Protocol protocol)
The protocol.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withProtocol(String protocol)
The protocol.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withSource(String source)
The ID or ARN of the source.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withSourceIp(String sourceIp)
The IP address of the source.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest |
CreateNetworkInsightsPathRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to add to the path.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateNetworkInsightsPathRequest> |
CreateNetworkInsightsPathRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.