Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
AbstractAmazonEC2.describeKeyPairs() |
DescribeKeyPairsResult |
AmazonEC2.describeKeyPairs()
Simplified method form for invoking the DescribeKeyPairs operation.
|
DescribeKeyPairsResult |
AmazonEC2Client.describeKeyPairs() |
DescribeKeyPairsResult |
AbstractAmazonEC2.describeKeyPairs(DescribeKeyPairsRequest request) |
DescribeKeyPairsResult |
AmazonEC2.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
|
DescribeKeyPairsResult |
AmazonEC2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.
|
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.
|
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.
|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync(AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Simplified method form for invoking the DescribeKeyPairs operation with
an AsyncHandler.
|
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Simplified method form for invoking the DescribeKeyPairs operation with
an AsyncHandler.
|
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync(AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Simplified method form for invoking the DescribeKeyPairs operation with
an AsyncHandler.
|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest request) |
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest request) |
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest request,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler) |
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest request,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler) |
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Describes one or more of your key pairs.
|
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
DescribeKeyPairsResult.clone() |
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.
|
Copyright © 2018. All rights reserved.