Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.ListConfigurations C# (CSharp) Method

ListConfigurations() private method

private ListConfigurations ( ListConfigurationsRequest request ) : ListConfigurationsResponse
request Amazon.ApplicationDiscoveryService.Model.ListConfigurationsRequest
return Amazon.ApplicationDiscoveryService.Model.ListConfigurationsResponse
        internal ListConfigurationsResponse ListConfigurations(ListConfigurationsRequest request)
        {
            var marshaller = new ListConfigurationsRequestMarshaller();
            var unmarshaller = ListConfigurationsResponseUnmarshaller.Instance;

            return Invoke<ListConfigurationsRequest,ListConfigurationsResponse>(request, marshaller, unmarshaller);
        }
AmazonApplicationDiscoveryServiceClient