Uses of Class
com.amazonaws.services.directconnect.model.DescribeInterconnectsResult
Packages that use DescribeInterconnectsResult
-
Uses of DescribeInterconnectsResult in com.amazonaws.services.directconnect
Methods in com.amazonaws.services.directconnect that return DescribeInterconnectsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnect.describeInterconnects()
AbstractAmazonDirectConnect.describeInterconnects
(DescribeInterconnectsRequest request) AmazonDirectConnect.describeInterconnects()
Simplified method form for invoking the DescribeInterconnects operation.AmazonDirectConnect.describeInterconnects
(DescribeInterconnectsRequest describeInterconnectsRequest) Returns a list of interconnects owned by the AWS account.AmazonDirectConnectClient.describeInterconnects()
AmazonDirectConnectClient.describeInterconnects
(DescribeInterconnectsRequest describeInterconnectsRequest) Returns a list of interconnects owned by the AWS account.Methods in com.amazonaws.services.directconnect that return types with arguments of type DescribeInterconnectsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnectAsync.describeInterconnectsAsync()
Simplified method form for invoking the DescribeInterconnects operation.AbstractAmazonDirectConnectAsync.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AbstractAmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest request) AbstractAmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest request, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) AmazonDirectConnectAsync.describeInterconnectsAsync()
Simplified method form for invoking the DescribeInterconnects operation.AmazonDirectConnectAsync.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest describeInterconnectsRequest) Returns a list of interconnects owned by the AWS account.AmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest describeInterconnectsRequest, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Returns a list of interconnects owned by the AWS account.AmazonDirectConnectAsyncClient.describeInterconnectsAsync()
Simplified method form for invoking the DescribeInterconnects operation.AmazonDirectConnectAsyncClient.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AmazonDirectConnectAsyncClient.describeInterconnectsAsync
(DescribeInterconnectsRequest request) AmazonDirectConnectAsyncClient.describeInterconnectsAsync
(DescribeInterconnectsRequest request, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Method parameters in com.amazonaws.services.directconnect with type arguments of type DescribeInterconnectsResultModifier and TypeMethodDescriptionAbstractAmazonDirectConnectAsync.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AbstractAmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest request, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) AmazonDirectConnectAsync.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AmazonDirectConnectAsync.describeInterconnectsAsync
(DescribeInterconnectsRequest describeInterconnectsRequest, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Returns a list of interconnects owned by the AWS account.AmazonDirectConnectAsyncClient.describeInterconnectsAsync
(AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) Simplified method form for invoking the DescribeInterconnects operation with an AsyncHandler.AmazonDirectConnectAsyncClient.describeInterconnectsAsync
(DescribeInterconnectsRequest request, AsyncHandler<DescribeInterconnectsRequest, DescribeInterconnectsResult> asyncHandler) -
Uses of DescribeInterconnectsResult in com.amazonaws.services.directconnect.model
Methods in com.amazonaws.services.directconnect.model that return DescribeInterconnectsResultModifier and TypeMethodDescriptionDescribeInterconnectsResult.clone()
DescribeInterconnectsResult.withInterconnects
(Interconnect... interconnects) A list of interconnects.DescribeInterconnectsResult.withInterconnects
(Collection<Interconnect> interconnects) A list of interconnects.