|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeKeyPairsRequest | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of DescribeKeyPairsRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DescribeKeyPairsRequest | |
---|---|
DescribeKeyPairsResult |
AmazonEC2.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
The DescribeKeyPairs operation returns information about key pairs available to you. |
DescribeKeyPairsResult |
AmazonEC2Client.describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
The DescribeKeyPairs operation returns information about key pairs available to you. |
Future<DescribeKeyPairsResult> |
AmazonEC2AsyncClient.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
The DescribeKeyPairs operation returns information about key pairs available to you. |
Future<DescribeKeyPairsResult> |
AmazonEC2Async.describeKeyPairsAsync(DescribeKeyPairsRequest describeKeyPairsRequest)
The DescribeKeyPairs operation returns information about key pairs available to you. |
Uses of DescribeKeyPairsRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DescribeKeyPairsRequest | |
---|---|
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyNames(Collection<String> keyNames)
The optional list of key pair names to describe. |
DescribeKeyPairsRequest |
DescribeKeyPairsRequest.withKeyNames(String... keyNames)
The optional list of key pair names to describe. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |