Uses of Interface
software.amazon.awssdk.services.ec2.model.StartNetworkInsightsAnalysisRequest.Builder
Packages that use StartNetworkInsightsAnalysisRequest.Builder
Package
Description
-
Uses of StartNetworkInsightsAnalysisRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type StartNetworkInsightsAnalysisRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.startNetworkInsightsAnalysis(Consumer<StartNetworkInsightsAnalysisRequest.Builder> startNetworkInsightsAnalysisRequest) Starts analyzing the specified path.Ec2Client.startNetworkInsightsAnalysis(Consumer<StartNetworkInsightsAnalysisRequest.Builder> startNetworkInsightsAnalysisRequest) Starts analyzing the specified path. -
Uses of StartNetworkInsightsAnalysisRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StartNetworkInsightsAnalysisRequest.BuilderModifier and TypeMethodDescriptionStartNetworkInsightsAnalysisRequest.Builder.additionalAccounts(String... additionalAccounts) The member accounts that contain resources that the path can traverse.StartNetworkInsightsAnalysisRequest.Builder.additionalAccounts(Collection<String> additionalAccounts) The member accounts that contain resources that the path can traverse.StartNetworkInsightsAnalysisRequest.builder()StartNetworkInsightsAnalysisRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.StartNetworkInsightsAnalysisRequest.Builder.filterInArns(String... filterInArns) The Amazon Resource Names (ARN) of the resources that the path must traverse.StartNetworkInsightsAnalysisRequest.Builder.filterInArns(Collection<String> filterInArns) The Amazon Resource Names (ARN) of the resources that the path must traverse.StartNetworkInsightsAnalysisRequest.Builder.filterOutArns(String... filterOutArns) The Amazon Resource Names (ARN) of the resources that the path will ignore.StartNetworkInsightsAnalysisRequest.Builder.filterOutArns(Collection<String> filterOutArns) The Amazon Resource Names (ARN) of the resources that the path will ignore.StartNetworkInsightsAnalysisRequest.Builder.networkInsightsPathId(String networkInsightsPathId) The ID of the path.StartNetworkInsightsAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartNetworkInsightsAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartNetworkInsightsAnalysisRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply.StartNetworkInsightsAnalysisRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply.StartNetworkInsightsAnalysisRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply.StartNetworkInsightsAnalysisRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StartNetworkInsightsAnalysisRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartNetworkInsightsAnalysisRequest.Builder>StartNetworkInsightsAnalysisRequest.serializableBuilderClass()