Uses of Interface
software.amazon.awssdk.services.networkmanager.model.Relationship.Builder
-
Packages that use Relationship.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of Relationship.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Relationship.Builder Modifier and Type Method Description static Relationship.BuilderRelationship. builder()Relationship.BuilderRelationship.Builder. from(String from)The ARN of the resource.Relationship.BuilderRelationship.Builder. to(String to)The ARN of the resource.Relationship.BuilderRelationship. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Relationship.Builder Modifier and Type Method Description static Class<? extends Relationship.Builder>Relationship. serializableBuilderClass()
-