Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
AmazonEC2Client.describeKeyPairs() |
DescribeKeyPairsResult |
AmazonEC2.describeKeyPairs()
Simplified method form for invoking the DescribeKeyPairs operation.
|
DescribeKeyPairsResult |
AbstractAmazonEC2.describeKeyPairs() |
DescribeKeyPairsResult |
AmazonEC2Client.describeKeyPairs(DescribeKeyPairsRequest request)
Describes the specified key pairs or all of your key pairs.
|
DescribeKeyPairsResult |
AmazonEC2.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
DescribeKeyPairsResult |
AbstractAmazonEC2.describeKeyPairs(DescribeKeyPairsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync()
Simplified method form for invoking the DescribeKeyPairs operation.
|
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(AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Simplified method form for invoking the DescribeKeyPairs operation with an AsyncHandler.
|
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(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest request) |
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest request) |
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler)
Describes the specified key pairs or all of your key pairs.
|
Future<DescribeKeyPairsResult> |
AbstractAmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest request,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler) |
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest request,
AsyncHandler<DescribeKeyPairsRequest,DescribeKeyPairsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
DescribeKeyPairsResult.clone() |
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about the key pairs.
|
DescribeKeyPairsResult |
DescribeKeyPairsResult.withKeyPairs(KeyPairInfo... keyPairs)
Information about the key pairs.
|
Modifier and Type | Method and Description |
---|---|
DescribeKeyPairsResult |
DescribeKeyPairsFunction.apply(DescribeKeyPairsRequest describeKeyPairsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.