class Aws::CodeArtifact::Client
def list_associated_packages(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
list_associated_packages(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListAssociatedPackages - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListAssociatedPackagesResult)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:preview(Boolean) -- -
:next_token(String) -- -
:max_results(Integer) -- -
:package_group(required, String) -- -
:domain_owner(String) -- -
:domain(required, String) --
def list_associated_packages(params = {}, options = {}) req = build_request(:list_associated_packages, params) req.send_request(options) end