Uses of Class
software.amazon.awssdk.services.ec2.model.CreateKeyPairRequest
Packages that use CreateKeyPairRequest
Package
Description
-
Uses of CreateKeyPairRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateKeyPairRequestModifier and TypeMethodDescriptiondefault CompletableFuture<CreateKeyPairResponse>Ec2AsyncClient.createKeyPair(CreateKeyPairRequest createKeyPairRequest) Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format.default CreateKeyPairResponseEc2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest) Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format. -
Uses of CreateKeyPairRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateKeyPairRequestModifier and TypeMethodDescriptionCreateKeyPairRequestMarshaller.marshall(CreateKeyPairRequest createKeyPairRequest)