Method: Aws::ServerlessApplicationRepository::Client#list_applications
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/client.rb
#list_applications(params = {}) ⇒ Types::ListApplicationsResponse
Lists applications owned by the requester.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1102 1103 1104 1105 |
# File 'lib/aws-sdk-serverlessapplicationrepository/client.rb', line 1102 def list_applications(params = {}, = {}) req = build_request(:list_applications, params) req.send_request() end |