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

GetApiKey() public method

Gets information about the current ApiKey resource.
/// /// /// /// /// ///
public GetApiKey ( GetApiKeyRequest request ) : GetApiKeyResponse
request Amazon.APIGateway.Model.GetApiKeyRequest Container for the necessary parameters to execute the GetApiKey service method.
return Amazon.APIGateway.Model.GetApiKeyResponse
        public GetApiKeyResponse GetApiKey(GetApiKeyRequest request)
        {
            var marshaller = new GetApiKeyRequestMarshaller();
            var unmarshaller = GetApiKeyResponseUnmarshaller.Instance;

            return Invoke<GetApiKeyRequest,GetApiKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient