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

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

Updates a domain recordset after it is created.
/// 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 UpdateDomainEntry ( UpdateDomainEntryRequest request ) : UpdateDomainEntryResponse
request Amazon.Lightsail.Model.UpdateDomainEntryRequest Container for the necessary parameters to execute the UpdateDomainEntry service method.
Результат Amazon.Lightsail.Model.UpdateDomainEntryResponse
        public UpdateDomainEntryResponse UpdateDomainEntry(UpdateDomainEntryRequest request)
        {
            var marshaller = new UpdateDomainEntryRequestMarshaller();
            var unmarshaller = UpdateDomainEntryResponseUnmarshaller.Instance;

            return Invoke<UpdateDomainEntryRequest,UpdateDomainEntryResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient