Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayConnect
Packages that use TransitGatewayConnect
Package
Description
-
Uses of TransitGatewayConnect in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayConnectModifier and TypeMethodDescriptionfinal TransitGatewayConnectCreateTransitGatewayConnectResponse.transitGatewayConnect()Information about the Connect attachment.final TransitGatewayConnectDeleteTransitGatewayConnectResponse.transitGatewayConnect()Information about the deleted Connect attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayConnectModifier and TypeMethodDescriptionfinal List<TransitGatewayConnect>DescribeTransitGatewayConnectsResponse.transitGatewayConnects()Information about the Connect attachments.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayConnectModifier and TypeMethodDescriptionCreateTransitGatewayConnectResponse.Builder.transitGatewayConnect(TransitGatewayConnect transitGatewayConnect) Information about the Connect attachment.DeleteTransitGatewayConnectResponse.Builder.transitGatewayConnect(TransitGatewayConnect transitGatewayConnect) Information about the deleted Connect attachment.DescribeTransitGatewayConnectsResponse.Builder.transitGatewayConnects(TransitGatewayConnect... transitGatewayConnects) Information about the Connect attachments.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayConnectModifier and TypeMethodDescriptionDescribeTransitGatewayConnectsResponse.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 TransitGatewayConnectModifier and TypeMethodDescriptionfinal SdkIterable<TransitGatewayConnect>DescribeTransitGatewayConnectsIterable.transitGatewayConnects()Returns an iterable to iterate through the paginatedDescribeTransitGatewayConnectsResponse.transitGatewayConnects()member.DescribeTransitGatewayConnectsPublisher.transitGatewayConnects()Returns a publisher that can be used to get a stream of data.