Uses of Class
com.amazonaws.services.ec2.model.CreateKeyPairRequest
-
Packages that use CreateKeyPairRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateKeyPairRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateKeyPairRequest 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 CreateKeyPairRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateKeyPairRequest Modifier and Type Method Description CreateKeyPairRequestCreateKeyPairRequest. clone()CreateKeyPairRequestCreateKeyPairRequest. withKeyName(String keyName)A unique name for the key pair.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateKeyPairRequest Modifier and Type Method Description Request<CreateKeyPairRequest>CreateKeyPairRequest. getDryRunRequest()This method is intended for internal use only.
-