Uses of Class
software.amazon.awssdk.services.networkmanager.model.Attachment
-
Packages that use Attachment Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of Attachment in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Attachment Modifier and Type Method Description AttachmentAcceptAttachmentResponse. attachment()The response to the attachment request.AttachmentConnectAttachment. attachment()The attachment details.AttachmentDeleteAttachmentResponse. attachment()Information about the deleted attachment.AttachmentDirectConnectGatewayAttachment. attachment()Returns the value of the Attachment property for this object.AttachmentRejectAttachmentResponse. attachment()Describes the rejected attachment request.AttachmentSiteToSiteVpnAttachment. attachment()Provides details about a site-to-site VPN attachment.AttachmentTransitGatewayRouteTableAttachment. attachment()Returns the value of the Attachment property for this object.AttachmentVpcAttachment. attachment()Provides details about the VPC attachment.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ListAttachmentsResponse. attachments()Describes the list of attachments.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Attachment Modifier and Type Method Description AcceptAttachmentResponse.BuilderAcceptAttachmentResponse.Builder. attachment(Attachment attachment)The response to the attachment request.ConnectAttachment.BuilderConnectAttachment.Builder. attachment(Attachment attachment)The attachment details.DeleteAttachmentResponse.BuilderDeleteAttachmentResponse.Builder. attachment(Attachment attachment)Information about the deleted attachment.DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment.Builder. attachment(Attachment attachment)Sets the value of the Attachment property for this object.RejectAttachmentResponse.BuilderRejectAttachmentResponse.Builder. attachment(Attachment attachment)Describes the rejected attachment request.SiteToSiteVpnAttachment.BuilderSiteToSiteVpnAttachment.Builder. attachment(Attachment attachment)Provides details about a site-to-site VPN attachment.TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment.Builder. attachment(Attachment attachment)Sets the value of the Attachment property for this object.VpcAttachment.BuilderVpcAttachment.Builder. attachment(Attachment attachment)Provides details about the VPC attachment.ListAttachmentsResponse.BuilderListAttachmentsResponse.Builder. attachments(Attachment... attachments)Describes the list of attachments.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type Attachment Modifier and Type Method Description ListAttachmentsResponse.BuilderListAttachmentsResponse.Builder. attachments(Collection<Attachment> attachments)Describes the list of attachments. -
Uses of Attachment in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type Attachment Modifier and Type Method Description SdkIterable<Attachment>ListAttachmentsIterable. attachments()Returns an iterable to iterate through the paginatedListAttachmentsResponse.attachments()member.SdkPublisher<Attachment>ListAttachmentsPublisher. attachments()Returns a publisher that can be used to get a stream of data.
-