Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachment
-
Packages that use TransitGatewayVpcAttachment Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayVpcAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayVpcAttachment Modifier and Type Method Description TransitGatewayVpcAttachmentAcceptTransitGatewayVpcAttachmentResponse. transitGatewayVpcAttachment()The VPC attachment.TransitGatewayVpcAttachmentCreateTransitGatewayVpcAttachmentResponse. transitGatewayVpcAttachment()Information about the VPC attachment.TransitGatewayVpcAttachmentDeleteTransitGatewayVpcAttachmentResponse. transitGatewayVpcAttachment()Information about the deleted VPC attachment.TransitGatewayVpcAttachmentModifyTransitGatewayVpcAttachmentResponse. transitGatewayVpcAttachment()Information about the modified attachment.TransitGatewayVpcAttachmentRejectTransitGatewayVpcAttachmentResponse. transitGatewayVpcAttachment()Information about the attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayVpcAttachment Modifier and Type Method Description List<TransitGatewayVpcAttachment>DescribeTransitGatewayVpcAttachmentsResponse. transitGatewayVpcAttachments()Information about the VPC attachments.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayVpcAttachment Modifier and Type Method Description AcceptTransitGatewayVpcAttachmentResponse.BuilderAcceptTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)The VPC attachment.CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the VPC attachment.DeleteTransitGatewayVpcAttachmentResponse.BuilderDeleteTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the deleted VPC attachment.ModifyTransitGatewayVpcAttachmentResponse.BuilderModifyTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the modified attachment.RejectTransitGatewayVpcAttachmentResponse.BuilderRejectTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the attachment.DescribeTransitGatewayVpcAttachmentsResponse.BuilderDescribeTransitGatewayVpcAttachmentsResponse.Builder. transitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)Information about the VPC attachments.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayVpcAttachment Modifier and Type Method Description DescribeTransitGatewayVpcAttachmentsResponse.BuilderDescribeTransitGatewayVpcAttachmentsResponse.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 TransitGatewayVpcAttachment Modifier and Type Method Description SdkIterable<TransitGatewayVpcAttachment>DescribeTransitGatewayVpcAttachmentsIterable. transitGatewayVpcAttachments()Returns an iterable to iterate through the paginatedDescribeTransitGatewayVpcAttachmentsResponse.transitGatewayVpcAttachments()member.SdkPublisher<TransitGatewayVpcAttachment>DescribeTransitGatewayVpcAttachmentsPublisher. transitGatewayVpcAttachments()Returns a publisher that can be used to get a stream of data.
-