Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateNetworkInsightsPathResponse.Builder
-
Packages that use CreateNetworkInsightsPathResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateNetworkInsightsPathResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateNetworkInsightsPathResponse.Builder Modifier and Type Method Description static CreateNetworkInsightsPathResponse.BuilderCreateNetworkInsightsPathResponse. builder()default CreateNetworkInsightsPathResponse.BuilderCreateNetworkInsightsPathResponse.Builder. networkInsightsPath(Consumer<NetworkInsightsPath.Builder> networkInsightsPath)Information about the path.CreateNetworkInsightsPathResponse.BuilderCreateNetworkInsightsPathResponse.Builder. networkInsightsPath(NetworkInsightsPath networkInsightsPath)Information about the path.CreateNetworkInsightsPathResponse.BuilderCreateNetworkInsightsPathResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateNetworkInsightsPathResponse.Builder Modifier and Type Method Description static Class<? extends CreateNetworkInsightsPathResponse.Builder>CreateNetworkInsightsPathResponse. serializableBuilderClass()
-