Uses of Class
software.amazon.awssdk.services.ec2instanceconnect.model.SendSshPublicKeyResponse
-
Packages that use SendSshPublicKeyResponse Package Description software.amazon.awssdk.services.ec2instanceconnect This is the Amazon EC2 Instance Connect API Reference. -
-
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.
-