Beispiel #1
0
        internal virtual UntagResponse Untag(UntagRequest request)
        {
            var marshaller   = UntagRequestMarshaller.Instance;
            var unmarshaller = UntagResponseUnmarshaller.Instance;

            return(Invoke <UntagRequest, UntagResponse>(request, marshaller, unmarshaller));
        }
Beispiel #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the Untag operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the Untag 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/resource-groups-2017-11-27/Untag">REST API Reference for Untag Operation</seealso>
        public virtual Task <UntagResponse> UntagAsync(UntagRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = UntagRequestMarshaller.Instance;
            var unmarshaller = UntagResponseUnmarshaller.Instance;

            return(InvokeAsync <UntagRequest, UntagResponse>(request, marshaller,
                                                             unmarshaller, cancellationToken));
        }
Beispiel #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the Untag operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the Untag 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/resource-groups-2017-11-27/Untag">REST API Reference for Untag Operation</seealso>
        public virtual Task <UntagResponse> UntagAsync(UntagRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UntagRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UntagResponseUnmarshaller.Instance;

            return(InvokeAsync <UntagResponse>(request, options, cancellationToken));
        }
Beispiel #4
0
        internal virtual UntagResponse Untag(UntagRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = UntagRequestMarshaller.Instance;
            options.ResponseUnmarshaller = UntagResponseUnmarshaller.Instance;

            return(Invoke <UntagResponse>(request, options));
        }