Beispiel #1
0
        internal virtual ListAssociationsForLicenseConfigurationResponse ListAssociationsForLicenseConfiguration(ListAssociationsForLicenseConfigurationRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = ListAssociationsForLicenseConfigurationRequestMarshaller.Instance;
            options.ResponseUnmarshaller = ListAssociationsForLicenseConfigurationResponseUnmarshaller.Instance;

            return(Invoke <ListAssociationsForLicenseConfigurationResponse>(request, options));
        }
Beispiel #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the ListAssociationsForLicenseConfiguration operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the ListAssociationsForLicenseConfiguration 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/ListAssociationsForLicenseConfiguration">REST API Reference for ListAssociationsForLicenseConfiguration Operation</seealso>
        public virtual Task <ListAssociationsForLicenseConfigurationResponse> ListAssociationsForLicenseConfigurationAsync(ListAssociationsForLicenseConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = ListAssociationsForLicenseConfigurationRequestMarshaller.Instance;
            options.ResponseUnmarshaller = ListAssociationsForLicenseConfigurationResponseUnmarshaller.Instance;

            return(InvokeAsync <ListAssociationsForLicenseConfigurationResponse>(request, options, cancellationToken));
        }
Beispiel #3
0
        internal virtual ListAssociationsForLicenseConfigurationResponse ListAssociationsForLicenseConfiguration(ListAssociationsForLicenseConfigurationRequest request)
        {
            var marshaller   = ListAssociationsForLicenseConfigurationRequestMarshaller.Instance;
            var unmarshaller = ListAssociationsForLicenseConfigurationResponseUnmarshaller.Instance;

            return(Invoke <ListAssociationsForLicenseConfigurationRequest, ListAssociationsForLicenseConfigurationResponse>(request, marshaller, unmarshaller));
        }