Uses of Class
software.amazon.awssdk.services.ec2.model.CreateKeyPairResponse
-
Packages that use CreateKeyPairResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateKeyPairResponse Modifier and Type Method Description default CreateKeyPairResponseEc2Client. createKeyPair(Consumer<CreateKeyPairRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateKeyPairResponse Modifier and Type Method Description default CompletableFuture<CreateKeyPairResponse>Ec2AsyncClient. createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format.default CompletableFuture<CreateKeyPairResponse>Ec2AsyncClient. createKeyPair(CreateKeyPairRequest createKeyPairRequest)Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified format.
-