Uses of Class
software.amazon.awssdk.services.ec2instanceconnect.model.SendSerialConsoleSshPublicKeyResponse
-
Packages that use SendSerialConsoleSshPublicKeyResponse Package Description software.amazon.awssdk.services.ec2instanceconnect This is the Amazon EC2 Instance Connect API Reference. -
-
Uses of SendSerialConsoleSshPublicKeyResponse in software.amazon.awssdk.services.ec2instanceconnect
Methods in software.amazon.awssdk.services.ec2instanceconnect that return SendSerialConsoleSshPublicKeyResponse Modifier and Type Method Description default SendSerialConsoleSshPublicKeyResponseEc2InstanceConnectClient. sendSerialConsoleSSHPublicKey(Consumer<SendSerialConsoleSshPublicKeyRequest.Builder> sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.default SendSerialConsoleSshPublicKeyResponseEc2InstanceConnectClient. sendSerialConsoleSSHPublicKey(SendSerialConsoleSshPublicKeyRequest sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.Methods in software.amazon.awssdk.services.ec2instanceconnect that return types with arguments of type SendSerialConsoleSshPublicKeyResponse Modifier and Type Method Description default CompletableFuture<SendSerialConsoleSshPublicKeyResponse>Ec2InstanceConnectAsyncClient. sendSerialConsoleSSHPublicKey(Consumer<SendSerialConsoleSshPublicKeyRequest.Builder> sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.default CompletableFuture<SendSerialConsoleSshPublicKeyResponse>Ec2InstanceConnectAsyncClient. sendSerialConsoleSSHPublicKey(SendSerialConsoleSshPublicKeyRequest sendSerialConsoleSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance.
-