Amazon.APIGateway.AmazonAPIGatewayClient.GetAuthorizers C# (CSharp) Method

GetAuthorizers() public method

Describe an existing Authorizers resource.
/// /// /// /// /// /// /// ///
public GetAuthorizers ( GetAuthorizersRequest request ) : GetAuthorizersResponse
request Amazon.APIGateway.Model.GetAuthorizersRequest Container for the necessary parameters to execute the GetAuthorizers service method.
return Amazon.APIGateway.Model.GetAuthorizersResponse
        public GetAuthorizersResponse GetAuthorizers(GetAuthorizersRequest request)
        {
            var marshaller = new GetAuthorizersRequestMarshaller();
            var unmarshaller = GetAuthorizersResponseUnmarshaller.Instance;

            return Invoke<GetAuthorizersRequest,GetAuthorizersResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient