| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact |
CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools
such as npm, Apache Maven, pip, and dotnet.
|
| software.amazon.awssdk.services.codeartifact.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPackagesResponse |
CodeartifactClient.listPackages(Consumer<ListPackagesRequest.Builder> listPackagesRequest)
Returns a list of PackageSummary
objects for packages in a repository that match the request parameters.
|
default ListPackagesResponse |
CodeartifactClient.listPackages(ListPackagesRequest listPackagesRequest)
Returns a list of PackageSummary
objects for packages in a repository that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPackagesResponse> |
CodeartifactAsyncClient.listPackages(Consumer<ListPackagesRequest.Builder> listPackagesRequest)
Returns a list of PackageSummary
objects for packages in a repository that match the request parameters.
|
default CompletableFuture<ListPackagesResponse> |
CodeartifactAsyncClient.listPackages(ListPackagesRequest listPackagesRequest)
Returns a list of PackageSummary
objects for packages in a repository that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPackagesResponse> |
ListPackagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPackagesResponse> subscriber) |
Copyright © 2023. All rights reserved.