Uses of Interface
software.amazon.awssdk.services.ec2.model.StartNetworkInsightsAnalysisResponse.Builder
-
Packages that use StartNetworkInsightsAnalysisResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StartNetworkInsightsAnalysisResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StartNetworkInsightsAnalysisResponse.Builder Modifier and Type Method Description static StartNetworkInsightsAnalysisResponse.BuilderStartNetworkInsightsAnalysisResponse. builder()default StartNetworkInsightsAnalysisResponse.BuilderStartNetworkInsightsAnalysisResponse.Builder. networkInsightsAnalysis(Consumer<NetworkInsightsAnalysis.Builder> networkInsightsAnalysis)Information about the network insights analysis.StartNetworkInsightsAnalysisResponse.BuilderStartNetworkInsightsAnalysisResponse.Builder. networkInsightsAnalysis(NetworkInsightsAnalysis networkInsightsAnalysis)Information about the network insights analysis.StartNetworkInsightsAnalysisResponse.BuilderStartNetworkInsightsAnalysisResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StartNetworkInsightsAnalysisResponse.Builder Modifier and Type Method Description static Class<? extends StartNetworkInsightsAnalysisResponse.Builder>StartNetworkInsightsAnalysisResponse. serializableBuilderClass()
-