Amazon.DeviceFarm.AmazonDeviceFarmClient.ListOfferings C# (CSharp) Метод

ListOfferings() публичный Метод

Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListOfferings ( ListOfferingsRequest request ) : ListOfferingsResponse
request Amazon.DeviceFarm.Model.ListOfferingsRequest Container for the necessary parameters to execute the ListOfferings service method.
Результат Amazon.DeviceFarm.Model.ListOfferingsResponse
        public ListOfferingsResponse ListOfferings(ListOfferingsRequest request)
        {
            var marshaller = new ListOfferingsRequestMarshaller();
            var unmarshaller = ListOfferingsResponseUnmarshaller.Instance;

            return Invoke<ListOfferingsRequest,ListOfferingsResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient