Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayConnect
-
Packages that use TransitGatewayConnect Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TransitGatewayConnect in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayConnect Modifier and Type Method Description TransitGatewayConnectCreateTransitGatewayConnectResponse. transitGatewayConnect()Information about the Connect attachment.TransitGatewayConnectDeleteTransitGatewayConnectResponse. transitGatewayConnect()Information about the deleted Connect attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayConnect Modifier and Type Method Description List<TransitGatewayConnect>DescribeTransitGatewayConnectsResponse. transitGatewayConnects()Information about the Connect attachments.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayConnect Modifier and Type Method Description CreateTransitGatewayConnectResponse.BuilderCreateTransitGatewayConnectResponse.Builder. transitGatewayConnect(TransitGatewayConnect transitGatewayConnect)Information about the Connect attachment.DeleteTransitGatewayConnectResponse.BuilderDeleteTransitGatewayConnectResponse.Builder. transitGatewayConnect(TransitGatewayConnect transitGatewayConnect)Information about the deleted Connect attachment.DescribeTransitGatewayConnectsResponse.BuilderDescribeTransitGatewayConnectsResponse.Builder. transitGatewayConnects(TransitGatewayConnect... transitGatewayConnects)Information about the Connect attachments.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayConnect Modifier and Type Method Description DescribeTransitGatewayConnectsResponse.BuilderDescribeTransitGatewayConnectsResponse.Builder. transitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects)Information about the Connect attachments. -
Uses of TransitGatewayConnect in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayConnect Modifier and Type Method Description SdkIterable<TransitGatewayConnect>DescribeTransitGatewayConnectsIterable. transitGatewayConnects()Returns an iterable to iterate through the paginatedDescribeTransitGatewayConnectsResponse.transitGatewayConnects()member.SdkPublisher<TransitGatewayConnect>DescribeTransitGatewayConnectsPublisher. transitGatewayConnects()Returns a publisher that can be used to get a stream of data.
-