Uses of Interface
software.amazon.awssdk.services.ec2.model.StartNetworkInsightsAccessScopeAnalysisRequest.Builder
Packages that use StartNetworkInsightsAccessScopeAnalysisRequest.Builder
Package
Description
-
Uses of StartNetworkInsightsAccessScopeAnalysisRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type StartNetworkInsightsAccessScopeAnalysisRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest) Starts analyzing the specified Network Access Scope.Ec2Client.startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest) Starts analyzing the specified Network Access Scope. -
Uses of StartNetworkInsightsAccessScopeAnalysisRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StartNetworkInsightsAccessScopeAnalysisRequest.BuilderModifier and TypeMethodDescriptionStartNetworkInsightsAccessScopeAnalysisRequest.builder()StartNetworkInsightsAccessScopeAnalysisRequest.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.StartNetworkInsightsAccessScopeAnalysisRequest.Builder.networkInsightsAccessScopeId(String networkInsightsAccessScopeId) The ID of the Network Access Scope.StartNetworkInsightsAccessScopeAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartNetworkInsightsAccessScopeAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply.StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply.StartNetworkInsightsAccessScopeAnalysisRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply.StartNetworkInsightsAccessScopeAnalysisRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StartNetworkInsightsAccessScopeAnalysisRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartNetworkInsightsAccessScopeAnalysisRequest.Builder>StartNetworkInsightsAccessScopeAnalysisRequest.serializableBuilderClass()