| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default StartNetworkInsightsAccessScopeAnalysisResponse |
Ec2Client.startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest)
Starts analyzing the specified Network Access Scope.
|
default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> |
Ec2AsyncClient.startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest)
Starts analyzing the specified Network Access Scope.
|
| Modifier and Type | Method and Description |
|---|---|
static StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.builder() |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply.
|
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
|
StartNetworkInsightsAccessScopeAnalysisRequest.Builder |
StartNetworkInsightsAccessScopeAnalysisRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartNetworkInsightsAccessScopeAnalysisRequest.Builder> |
StartNetworkInsightsAccessScopeAnalysisRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.