Uses of Interface
software.amazon.awssdk.services.networkmanager.model.ServiceInsertionSegments.Builder
-
Packages that use ServiceInsertionSegments.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of ServiceInsertionSegments.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return ServiceInsertionSegments.Builder Modifier and Type Method Description static ServiceInsertionSegments.BuilderServiceInsertionSegments. builder()ServiceInsertionSegments.BuilderServiceInsertionSegments.Builder. sendTo(String... sendTo)The list of segments associated with thesend-toaction.ServiceInsertionSegments.BuilderServiceInsertionSegments.Builder. sendTo(Collection<String> sendTo)The list of segments associated with thesend-toaction.ServiceInsertionSegments.BuilderServiceInsertionSegments.Builder. sendVia(String... sendVia)The list of segments associated with thesend-viaaction.ServiceInsertionSegments.BuilderServiceInsertionSegments.Builder. sendVia(Collection<String> sendVia)The list of segments associated with thesend-viaaction.ServiceInsertionSegments.BuilderServiceInsertionSegments. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type ServiceInsertionSegments.Builder Modifier and Type Method Description static Class<? extends ServiceInsertionSegments.Builder>ServiceInsertionSegments. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type ServiceInsertionSegments.Builder Modifier and Type Method Description default CoreNetworkNetworkFunctionGroup.BuilderCoreNetworkNetworkFunctionGroup.Builder. segments(Consumer<ServiceInsertionSegments.Builder> segments)The segments associated with the network function group.
-