Amazon.Lightsail.AmazonLightsailClient.GetKeyPairs C# (CSharp) Метод

GetKeyPairs() публичный Метод

Returns information about all key pairs in the user's account.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetKeyPairs ( GetKeyPairsRequest request ) : GetKeyPairsResponse
request Amazon.Lightsail.Model.GetKeyPairsRequest Container for the necessary parameters to execute the GetKeyPairs service method.
Результат Amazon.Lightsail.Model.GetKeyPairsResponse
        public GetKeyPairsResponse GetKeyPairs(GetKeyPairsRequest request)
        {
            var marshaller = new GetKeyPairsRequestMarshaller();
            var unmarshaller = GetKeyPairsResponseUnmarshaller.Instance;

            return Invoke<GetKeyPairsRequest,GetKeyPairsResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient