Uses of Class
software.amazon.awssdk.services.ec2.model.CreateKeyPairResponse
Packages that use CreateKeyPairResponse
-
Uses of CreateKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateKeyPairResponseModifier and TypeMethodDescriptiondefault 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 CreateKeyPairResponseModifier and TypeMethodDescriptiondefault 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.