Uses of Class
com.amazonaws.services.ec2.model.CreateKeyPairResult
Packages that use CreateKeyPairResult
-
Uses of CreateKeyPairResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateKeyPairResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateKeyPairResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateKeyPairResultModifier 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 CreateKeyPairResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateKeyPairResultModifier and TypeMethodDescriptionCreateKeyPairResult.clone()CreateKeyPairResult.withKeyPair(KeyPair keyPair) Describes a key pair.