Uses of Class
software.amazon.awssdk.services.ec2.model.KeyPairInfo
-
Packages that use KeyPairInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of KeyPairInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type KeyPairInfo Modifier and Type Method Description List<KeyPairInfo>DescribeKeyPairsResponse. keyPairs()Information about the key pairs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type KeyPairInfo Modifier and Type Method Description DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse.Builder. keyPairs(KeyPairInfo... keyPairs)Information about the key pairs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type KeyPairInfo Modifier and Type Method Description DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse.Builder. keyPairs(Collection<KeyPairInfo> keyPairs)Information about the key pairs.
-