Uses of Interface
software.amazon.awssdk.services.networkmanager.model.WhenSentTo.Builder
-
Packages that use WhenSentTo.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of WhenSentTo.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return WhenSentTo.Builder Modifier and Type Method Description static WhenSentTo.BuilderWhenSentTo. builder()WhenSentTo.BuilderWhenSentTo. toBuilder()WhenSentTo.BuilderWhenSentTo.Builder. whenSentToSegmentsList(String... whenSentToSegmentsList)The list of destination segments when the service insertion action issend-to.WhenSentTo.BuilderWhenSentTo.Builder. whenSentToSegmentsList(Collection<String> whenSentToSegmentsList)The list of destination segments when the service insertion action issend-to.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type WhenSentTo.Builder Modifier and Type Method Description static Class<? extends WhenSentTo.Builder>WhenSentTo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type WhenSentTo.Builder Modifier and Type Method Description default ServiceInsertionAction.BuilderServiceInsertionAction.Builder. whenSentTo(Consumer<WhenSentTo.Builder> whenSentTo)The list of destination segments if the service insertion action issend-via.
-