Uses of Class
software.amazon.awssdk.services.networkmanager.model.ConnectPeerAssociation
-
Packages that use ConnectPeerAssociation Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of ConnectPeerAssociation in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return ConnectPeerAssociation Modifier and Type Method Description ConnectPeerAssociationAssociateConnectPeerResponse. connectPeerAssociation()The response to the Connect peer request.ConnectPeerAssociationDisassociateConnectPeerResponse. connectPeerAssociation()Describes the Connect peer association.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type ConnectPeerAssociation Modifier and Type Method Description List<ConnectPeerAssociation>GetConnectPeerAssociationsResponse. connectPeerAssociations()Displays a list of Connect peer associations.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type ConnectPeerAssociation Modifier and Type Method Description AssociateConnectPeerResponse.BuilderAssociateConnectPeerResponse.Builder. connectPeerAssociation(ConnectPeerAssociation connectPeerAssociation)The response to the Connect peer request.DisassociateConnectPeerResponse.BuilderDisassociateConnectPeerResponse.Builder. connectPeerAssociation(ConnectPeerAssociation connectPeerAssociation)Describes the Connect peer association.GetConnectPeerAssociationsResponse.BuilderGetConnectPeerAssociationsResponse.Builder. connectPeerAssociations(ConnectPeerAssociation... connectPeerAssociations)Displays a list of Connect peer associations.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type ConnectPeerAssociation Modifier and Type Method Description GetConnectPeerAssociationsResponse.BuilderGetConnectPeerAssociationsResponse.Builder. connectPeerAssociations(Collection<ConnectPeerAssociation> connectPeerAssociations)Displays a list of Connect peer associations. -
Uses of ConnectPeerAssociation in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type ConnectPeerAssociation Modifier and Type Method Description SdkIterable<ConnectPeerAssociation>GetConnectPeerAssociationsIterable. connectPeerAssociations()Returns an iterable to iterate through the paginatedGetConnectPeerAssociationsResponse.connectPeerAssociations()member.SdkPublisher<ConnectPeerAssociation>GetConnectPeerAssociationsPublisher. connectPeerAssociations()Returns a publisher that can be used to get a stream of data.
-