Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachment
Packages that use TransitGatewayVpcAttachment
Package
Description
-
Uses of TransitGatewayVpcAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayVpcAttachmentModifier and TypeMethodDescriptionAcceptTransitGatewayVpcAttachmentResponse.transitGatewayVpcAttachment()The VPC attachment.CreateTransitGatewayVpcAttachmentResponse.transitGatewayVpcAttachment()Information about the VPC attachment.DeleteTransitGatewayVpcAttachmentResponse.transitGatewayVpcAttachment()Information about the deleted VPC attachment.ModifyTransitGatewayVpcAttachmentResponse.transitGatewayVpcAttachment()Information about the modified attachment.RejectTransitGatewayVpcAttachmentResponse.transitGatewayVpcAttachment()Information about the attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayVpcAttachmentModifier and TypeMethodDescriptionfinal List<TransitGatewayVpcAttachment>DescribeTransitGatewayVpcAttachmentsResponse.transitGatewayVpcAttachments()Information about the VPC attachments.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayVpcAttachmentModifier and TypeMethodDescriptionAcceptTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) The VPC attachment.CreateTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the VPC attachment.DeleteTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the deleted VPC attachment.ModifyTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the modified attachment.RejectTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the attachment.DescribeTransitGatewayVpcAttachmentsResponse.Builder.transitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments) Information about the VPC attachments.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayVpcAttachmentModifier and TypeMethodDescriptionDescribeTransitGatewayVpcAttachmentsResponse.Builder.transitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments) Information about the VPC attachments. -
Uses of TransitGatewayVpcAttachment in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayVpcAttachmentModifier and TypeMethodDescriptionDescribeTransitGatewayVpcAttachmentsIterable.transitGatewayVpcAttachments()Returns an iterable to iterate through the paginatedDescribeTransitGatewayVpcAttachmentsResponse.transitGatewayVpcAttachments()member.DescribeTransitGatewayVpcAttachmentsPublisher.transitGatewayVpcAttachments()Returns a publisher that can be used to get a stream of data.