Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheParameters C# (CSharp) Method

DescribeCacheParameters() public method

Returns the detailed parameter list for a particular cache parameter group.
/// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public DescribeCacheParameters ( DescribeCacheParametersRequest request ) : DescribeCacheParametersResponse
request DescribeCacheParametersRequest Container for the necessary parameters to execute the DescribeCacheParameters service method.
return DescribeCacheParametersResponse
        public DescribeCacheParametersResponse DescribeCacheParameters(DescribeCacheParametersRequest request)
        {
            var marshaller = new DescribeCacheParametersRequestMarshaller();
            var unmarshaller = DescribeCacheParametersResponseUnmarshaller.Instance;

            return Invoke<DescribeCacheParametersRequest,DescribeCacheParametersResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient