Uses of Class
com.amazonaws.services.ec2.model.CreateKeyPairRequest
Packages that use CreateKeyPairRequest
-
Uses of CreateKeyPairRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateKeyPairRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createKeyPair(CreateKeyPairRequest request) AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest) Creates a 2048-bit RSA key pair with the specified name.AmazonEC2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest) Creates a 2048-bit RSA key pair with the specified name.AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request) AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest) Creates a 2048-bit RSA key pair with the specified name.AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) Creates a 2048-bit RSA key pair with the specified name.AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request) AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateKeyPairRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) Creates a 2048-bit RSA key pair with the specified name.AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult> asyncHandler) -
Uses of CreateKeyPairRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type CreateKeyPairRequestModifier and TypeClassDescriptionclassContains the parameters for CreateKeyPair.Methods in com.amazonaws.services.ec2.model that return CreateKeyPairRequestModifier and TypeMethodDescriptionCreateKeyPairRequest.clone()CreateKeyPairRequest.withKeyName(String keyName) A unique name for the key pair.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateKeyPairRequestModifier and TypeMethodDescriptionCreateKeyPairRequest.getDryRunRequest()This method is intended for internal use only.