| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNetworkInsightsPathResponse> |
Ec2AsyncClient.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
default CreateNetworkInsightsPathResponse |
Ec2Client.createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.builder() |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destination(String destination)
The ID or ARN of the destination.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destinationIp(String destinationIp)
The IP address of the destination.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.destinationPort(Integer destinationPort)
The destination port.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
default CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.filterAtDestination(Consumer<PathRequestFilter.Builder> filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.filterAtDestination(PathRequestFilter filterAtDestination)
Scopes the analysis to network paths that match specific filters at the destination.
|
default CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.filterAtSource(Consumer<PathRequestFilter.Builder> filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.filterAtSource(PathRequestFilter filterAtSource)
Scopes the analysis to network paths that match specific filters at the source.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.protocol(Protocol protocol)
The protocol.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.protocol(String protocol)
The protocol.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.source(String source)
The ID or ARN of the source.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.sourceIp(String sourceIp)
The IP address of the source.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to add to the path.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNetworkInsightsPathRequest.Builder> |
CreateNetworkInsightsPathRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.