示例#1
0
        internal virtual UpdateLicenseConfigurationResponse UpdateLicenseConfiguration(UpdateLicenseConfigurationRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UpdateLicenseConfigurationRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UpdateLicenseConfigurationResponseUnmarshaller.Instance;

            return(Invoke <UpdateLicenseConfigurationResponse>(request, options));
        }
示例#2
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateLicenseConfiguration operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdateLicenseConfiguration operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfiguration">REST API Reference for UpdateLicenseConfiguration Operation</seealso>
        public virtual Task <UpdateLicenseConfigurationResponse> UpdateLicenseConfigurationAsync(UpdateLicenseConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UpdateLicenseConfigurationRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UpdateLicenseConfigurationResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdateLicenseConfigurationResponse>(request, options, cancellationToken));
        }
示例#3
0
        internal virtual UpdateLicenseConfigurationResponse UpdateLicenseConfiguration(UpdateLicenseConfigurationRequest request)
        {
            var marshaller   = UpdateLicenseConfigurationRequestMarshaller.Instance;
            var unmarshaller = UpdateLicenseConfigurationResponseUnmarshaller.Instance;

            return(Invoke <UpdateLicenseConfigurationRequest, UpdateLicenseConfigurationResponse>(request, marshaller, unmarshaller));
        }