Uses of Class
software.amazon.awssdk.services.networkmanager.model.Relationship
-
Packages that use Relationship Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of Relationship in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>GetNetworkResourceRelationshipsResponse. relationships()The resource relationships.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Relationship Modifier and Type Method Description GetNetworkResourceRelationshipsResponse.BuilderGetNetworkResourceRelationshipsResponse.Builder. relationships(Relationship... relationships)The resource relationships.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type Relationship Modifier and Type Method Description GetNetworkResourceRelationshipsResponse.BuilderGetNetworkResourceRelationshipsResponse.Builder. relationships(Collection<Relationship> relationships)The resource relationships. -
Uses of Relationship in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type Relationship Modifier and Type Method Description SdkIterable<Relationship>GetNetworkResourceRelationshipsIterable. relationships()Returns an iterable to iterate through the paginatedGetNetworkResourceRelationshipsResponse.relationships()member.SdkPublisher<Relationship>GetNetworkResourceRelationshipsPublisher. relationships()Returns a publisher that can be used to get a stream of data.
-