Uses of Class
com.amazonaws.services.ec2.model.CreateKeyPairResult
-
Packages that use CreateKeyPairResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateKeyPairResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateKeyPairResult Modifier and Type Method Description CreateKeyPairResultAbstractAmazonEC2. createKeyPair(CreateKeyPairRequest request)CreateKeyPairResultAmazonEC2. createKeyPair(CreateKeyPairRequest createKeyPairRequest)Creates a 2048-bit RSA key pair with the specified name.CreateKeyPairResultAmazonEC2Client. createKeyPair(CreateKeyPairRequest createKeyPairRequest)Creates a 2048-bit RSA key pair with the specified name.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateKeyPairResult Modifier and Type Method Description Future<CreateKeyPairResult>AbstractAmazonEC2Async. createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)Future<CreateKeyPairResult>AmazonEC2Async. createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)Creates a 2048-bit RSA key pair with the specified name.Future<CreateKeyPairResult>AmazonEC2AsyncClient. createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) -
Uses of CreateKeyPairResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateKeyPairResult Modifier and Type Method Description CreateKeyPairResultCreateKeyPairResult. clone()CreateKeyPairResultCreateKeyPairResult. withKeyPair(KeyPair keyPair)Describes a key pair.
-