Uses of Class
software.amazon.awssdk.services.ec2instanceconnect.model.SendSshPublicKeyResponse
-
Packages that use SendSshPublicKeyResponse Package Description software.amazon.awssdk.services.ec2instanceconnect Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances. -
-
Uses of SendSshPublicKeyResponse in software.amazon.awssdk.services.ec2instanceconnect
Methods in software.amazon.awssdk.services.ec2instanceconnect that return SendSshPublicKeyResponse Modifier and Type Method Description default SendSshPublicKeyResponseEc2InstanceConnectClient. sendSSHPublicKey(Consumer<SendSshPublicKeyRequest.Builder> sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.default SendSshPublicKeyResponseEc2InstanceConnectClient. sendSSHPublicKey(SendSshPublicKeyRequest sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.Methods in software.amazon.awssdk.services.ec2instanceconnect that return types with arguments of type SendSshPublicKeyResponse Modifier and Type Method Description default CompletableFuture<SendSshPublicKeyResponse>Ec2InstanceConnectAsyncClient. sendSSHPublicKey(Consumer<SendSshPublicKeyRequest.Builder> sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.default CompletableFuture<SendSshPublicKeyResponse>Ec2InstanceConnectAsyncClient. sendSSHPublicKey(SendSshPublicKeyRequest sendSshPublicKeyRequest)Pushes an SSH public key to the specified EC2 instance for use by the specified user.
-