@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCodeArtifactAsync extends AbstractAWSCodeArtifact implements AWSCodeArtifactAsync
AWSCodeArtifactAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateExternalConnection, copyPackageVersions, createDomain, createRepository, deleteDomain, deleteDomainPermissionsPolicy, deletePackageVersions, deleteRepository, deleteRepositoryPermissionsPolicy, describeDomain, describePackageVersion, describeRepository, disassociateExternalConnection, disposePackageVersions, getAuthorizationToken, getCachedResponseMetadata, getDomainPermissionsPolicy, getPackageVersionAsset, getPackageVersionReadme, getRepositoryEndpoint, getRepositoryPermissionsPolicy, listDomains, listPackages, listPackageVersionAssets, listPackageVersionDependencies, listPackageVersions, listRepositories, listRepositoriesInDomain, listTagsForResource, putDomainPermissionsPolicy, putRepositoryPermissionsPolicy, shutdown, tagResource, untagResource, updatePackageVersionsStatus, updateRepository
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateExternalConnection, copyPackageVersions, createDomain, createRepository, deleteDomain, deleteDomainPermissionsPolicy, deletePackageVersions, deleteRepository, deleteRepositoryPermissionsPolicy, describeDomain, describePackageVersion, describeRepository, disassociateExternalConnection, disposePackageVersions, getAuthorizationToken, getCachedResponseMetadata, getDomainPermissionsPolicy, getPackageVersionAsset, getPackageVersionReadme, getRepositoryEndpoint, getRepositoryPermissionsPolicy, listDomains, listPackages, listPackageVersionAssets, listPackageVersionDependencies, listPackageVersions, listRepositories, listRepositoriesInDomain, listTagsForResource, putDomainPermissionsPolicy, putRepositoryPermissionsPolicy, shutdown, tagResource, untagResource, updatePackageVersionsStatus, updateRepository
public Future<AssociateExternalConnectionResult> associateExternalConnectionAsync(AssociateExternalConnectionRequest request)
AWSCodeArtifactAsync
Adds an existing external connection to a repository. One external connection is allowed per repository.
A repository can have one or more upstream repositories, or an external connection.
associateExternalConnectionAsync
in interface AWSCodeArtifactAsync
public Future<AssociateExternalConnectionResult> associateExternalConnectionAsync(AssociateExternalConnectionRequest request, AsyncHandler<AssociateExternalConnectionRequest,AssociateExternalConnectionResult> asyncHandler)
AWSCodeArtifactAsync
Adds an existing external connection to a repository. One external connection is allowed per repository.
A repository can have one or more upstream repositories, or an external connection.
associateExternalConnectionAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CopyPackageVersionsResult> copyPackageVersionsAsync(CopyPackageVersionsRequest request)
AWSCodeArtifactAsync
Copies package versions from one repository to another repository in the same domain.
You must specify versions
or versionRevisions
. You cannot specify both.
copyPackageVersionsAsync
in interface AWSCodeArtifactAsync
public Future<CopyPackageVersionsResult> copyPackageVersionsAsync(CopyPackageVersionsRequest request, AsyncHandler<CopyPackageVersionsRequest,CopyPackageVersionsResult> asyncHandler)
AWSCodeArtifactAsync
Copies package versions from one repository to another repository in the same domain.
You must specify versions
or versionRevisions
. You cannot specify both.
copyPackageVersionsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request)
AWSCodeArtifactAsync
Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different AWS accounts. An asset is stored only once in a domain, even if it's in multiple repositories.
Although you can have multiple domains, we recommend a single production domain that contains all published artifacts so that your development teams can find and share packages. You can use a second pre-production domain to test changes to the production domain configuration.
createDomainAsync
in interface AWSCodeArtifactAsync
public Future<CreateDomainResult> createDomainAsync(CreateDomainRequest request, AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
AWSCodeArtifactAsync
Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different AWS accounts. An asset is stored only once in a domain, even if it's in multiple repositories.
Although you can have multiple domains, we recommend a single production domain that contains all published artifacts so that your development teams can find and share packages. You can use a second pre-production domain to test changes to the production domain configuration.
createDomainAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request)
AWSCodeArtifactAsync
Creates a repository.
createRepositoryAsync
in interface AWSCodeArtifactAsync
public Future<CreateRepositoryResult> createRepositoryAsync(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
AWSCodeArtifactAsync
Creates a repository.
createRepositoryAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request)
AWSCodeArtifactAsync
Deletes a domain. You cannot delete a domain that contains repositories. If you want to delete a domain with repositories, first delete its repositories.
deleteDomainAsync
in interface AWSCodeArtifactAsync
public Future<DeleteDomainResult> deleteDomainAsync(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResult> asyncHandler)
AWSCodeArtifactAsync
Deletes a domain. You cannot delete a domain that contains repositories. If you want to delete a domain with repositories, first delete its repositories.
deleteDomainAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDomainPermissionsPolicyResult> deleteDomainPermissionsPolicyAsync(DeleteDomainPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Deletes the resource policy set on a domain.
deleteDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<DeleteDomainPermissionsPolicyResult> deleteDomainPermissionsPolicyAsync(DeleteDomainPermissionsPolicyRequest request, AsyncHandler<DeleteDomainPermissionsPolicyRequest,DeleteDomainPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Deletes the resource policy set on a domain.
deleteDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePackageVersionsResult> deletePackageVersionsAsync(DeletePackageVersionsRequest request)
AWSCodeArtifactAsync
Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If
you want to remove a package version from your repository and be able to restore it later, set its status to
Archived
. Archived packages cannot be downloaded from a repository and don't show up with list
package APIs (for example,
ListackageVersions
), but you can restore them using
UpdatePackageVersionsStatus
.
deletePackageVersionsAsync
in interface AWSCodeArtifactAsync
public Future<DeletePackageVersionsResult> deletePackageVersionsAsync(DeletePackageVersionsRequest request, AsyncHandler<DeletePackageVersionsRequest,DeletePackageVersionsResult> asyncHandler)
AWSCodeArtifactAsync
Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If
you want to remove a package version from your repository and be able to restore it later, set its status to
Archived
. Archived packages cannot be downloaded from a repository and don't show up with list
package APIs (for example,
ListackageVersions
), but you can restore them using
UpdatePackageVersionsStatus
.
deletePackageVersionsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request)
AWSCodeArtifactAsync
Deletes a repository.
deleteRepositoryAsync
in interface AWSCodeArtifactAsync
public Future<DeleteRepositoryResult> deleteRepositoryAsync(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)
AWSCodeArtifactAsync
Deletes a repository.
deleteRepositoryAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRepositoryPermissionsPolicyResult> deleteRepositoryPermissionsPolicyAsync(DeleteRepositoryPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate.
Use DeleteRepositoryPermissionsPolicy
with caution. After a policy is deleted, AWS users, roles, and
accounts lose permissions to perform the repository actions granted by the deleted policy.
deleteRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<DeleteRepositoryPermissionsPolicyResult> deleteRepositoryPermissionsPolicyAsync(DeleteRepositoryPermissionsPolicyRequest request, AsyncHandler<DeleteRepositoryPermissionsPolicyRequest,DeleteRepositoryPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate.
Use DeleteRepositoryPermissionsPolicy
with caution. After a policy is deleted, AWS users, roles, and
accounts lose permissions to perform the repository actions granted by the deleted policy.
deleteRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request)
AWSCodeArtifactAsync
Returns a
DomainDescription
object that contains information about the requested domain.
describeDomainAsync
in interface AWSCodeArtifactAsync
public Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request, AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
AWSCodeArtifactAsync
Returns a
DomainDescription
object that contains information about the requested domain.
describeDomainAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePackageVersionResult> describePackageVersionAsync(DescribePackageVersionRequest request)
AWSCodeArtifactAsync
Returns a
PackageVersionDescription
object that contains information about the requested package version.
describePackageVersionAsync
in interface AWSCodeArtifactAsync
public Future<DescribePackageVersionResult> describePackageVersionAsync(DescribePackageVersionRequest request, AsyncHandler<DescribePackageVersionRequest,DescribePackageVersionResult> asyncHandler)
AWSCodeArtifactAsync
Returns a
PackageVersionDescription
object that contains information about the requested package version.
describePackageVersionAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeRepositoryResult> describeRepositoryAsync(DescribeRepositoryRequest request)
AWSCodeArtifactAsync
Returns a RepositoryDescription
object that contains detailed information about the requested
repository.
describeRepositoryAsync
in interface AWSCodeArtifactAsync
public Future<DescribeRepositoryResult> describeRepositoryAsync(DescribeRepositoryRequest request, AsyncHandler<DescribeRepositoryRequest,DescribeRepositoryResult> asyncHandler)
AWSCodeArtifactAsync
Returns a RepositoryDescription
object that contains detailed information about the requested
repository.
describeRepositoryAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateExternalConnectionResult> disassociateExternalConnectionAsync(DisassociateExternalConnectionRequest request)
AWSCodeArtifactAsync
Removes an existing external connection from a repository.
disassociateExternalConnectionAsync
in interface AWSCodeArtifactAsync
public Future<DisassociateExternalConnectionResult> disassociateExternalConnectionAsync(DisassociateExternalConnectionRequest request, AsyncHandler<DisassociateExternalConnectionRequest,DisassociateExternalConnectionResult> asyncHandler)
AWSCodeArtifactAsync
Removes an existing external connection from a repository.
disassociateExternalConnectionAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisposePackageVersionsResult> disposePackageVersionsAsync(DisposePackageVersionsRequest request)
AWSCodeArtifactAsync
Deletes the assets in package versions and sets the package versions' status to Disposed
. A disposed
package version cannot be restored in your repository because its assets are deleted.
To view all disposed package versions in a repository, use
ListPackageVersions
and set the status
parameter to Disposed
.
To view information about a disposed package version, use
DescribePackageVersion
..
disposePackageVersionsAsync
in interface AWSCodeArtifactAsync
public Future<DisposePackageVersionsResult> disposePackageVersionsAsync(DisposePackageVersionsRequest request, AsyncHandler<DisposePackageVersionsRequest,DisposePackageVersionsResult> asyncHandler)
AWSCodeArtifactAsync
Deletes the assets in package versions and sets the package versions' status to Disposed
. A disposed
package version cannot be restored in your repository because its assets are deleted.
To view all disposed package versions in a repository, use
ListPackageVersions
and set the status
parameter to Disposed
.
To view information about a disposed package version, use
DescribePackageVersion
..
disposePackageVersionsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAuthorizationTokenResult> getAuthorizationTokenAsync(GetAuthorizationTokenRequest request)
AWSCodeArtifactAsync
Generates a temporary authorization token for accessing repositories in the domain. This API requires the
codeartifact:GetAuthorizationToken
and sts:GetServiceBearerToken
permissions. For more
information about authorization tokens, see AWS CodeArtifact
authentication and tokens.
CodeArtifact authorization tokens are valid for a period of 12 hours when created with the login
command. You can call login
periodically to refresh the token. When you create an authorization
token with the GetAuthorizationToken
API, you can set a custom authorization period, up to a maximum
of 12 hours, with the durationSeconds
parameter.
The authorization period begins after login
or GetAuthorizationToken
is called. If
login
or GetAuthorizationToken
is called while assuming a role, the token lifetime is
independent of the maximum session duration of the role. For example, if you call sts assume-role
and specify a session duration of 15 minutes, then generate a CodeArtifact authorization token, the token will be
valid for the full authorization period even though this is longer than the 15-minute session duration.
See Using IAM Roles for more information on controlling session duration.
getAuthorizationTokenAsync
in interface AWSCodeArtifactAsync
public Future<GetAuthorizationTokenResult> getAuthorizationTokenAsync(GetAuthorizationTokenRequest request, AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler)
AWSCodeArtifactAsync
Generates a temporary authorization token for accessing repositories in the domain. This API requires the
codeartifact:GetAuthorizationToken
and sts:GetServiceBearerToken
permissions. For more
information about authorization tokens, see AWS CodeArtifact
authentication and tokens.
CodeArtifact authorization tokens are valid for a period of 12 hours when created with the login
command. You can call login
periodically to refresh the token. When you create an authorization
token with the GetAuthorizationToken
API, you can set a custom authorization period, up to a maximum
of 12 hours, with the durationSeconds
parameter.
The authorization period begins after login
or GetAuthorizationToken
is called. If
login
or GetAuthorizationToken
is called while assuming a role, the token lifetime is
independent of the maximum session duration of the role. For example, if you call sts assume-role
and specify a session duration of 15 minutes, then generate a CodeArtifact authorization token, the token will be
valid for the full authorization period even though this is longer than the 15-minute session duration.
See Using IAM Roles for more information on controlling session duration.
getAuthorizationTokenAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDomainPermissionsPolicyResult> getDomainPermissionsPolicyAsync(GetDomainPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Returns the resource policy attached to the specified domain.
The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide.
getDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<GetDomainPermissionsPolicyResult> getDomainPermissionsPolicyAsync(GetDomainPermissionsPolicyRequest request, AsyncHandler<GetDomainPermissionsPolicyRequest,GetDomainPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Returns the resource policy attached to the specified domain.
The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide.
getDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPackageVersionAssetResult> getPackageVersionAssetAsync(GetPackageVersionAssetRequest request)
AWSCodeArtifactAsync
Returns an asset (or file) that is in a package. For example, for a Maven package version, use
GetPackageVersionAsset
to download a JAR
file, a POM
file, or any other
assets in the package version.
getPackageVersionAssetAsync
in interface AWSCodeArtifactAsync
public Future<GetPackageVersionAssetResult> getPackageVersionAssetAsync(GetPackageVersionAssetRequest request, AsyncHandler<GetPackageVersionAssetRequest,GetPackageVersionAssetResult> asyncHandler)
AWSCodeArtifactAsync
Returns an asset (or file) that is in a package. For example, for a Maven package version, use
GetPackageVersionAsset
to download a JAR
file, a POM
file, or any other
assets in the package version.
getPackageVersionAssetAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPackageVersionReadmeResult> getPackageVersionReadmeAsync(GetPackageVersionReadmeRequest request)
AWSCodeArtifactAsync
Gets the readme file or descriptive text for a package version. For packages that do not contain a readme file,
CodeArtifact extracts a description from a metadata file. For example, from the <description>
element in the pom.xml
file of a Maven package.
The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
getPackageVersionReadmeAsync
in interface AWSCodeArtifactAsync
public Future<GetPackageVersionReadmeResult> getPackageVersionReadmeAsync(GetPackageVersionReadmeRequest request, AsyncHandler<GetPackageVersionReadmeRequest,GetPackageVersionReadmeResult> asyncHandler)
AWSCodeArtifactAsync
Gets the readme file or descriptive text for a package version. For packages that do not contain a readme file,
CodeArtifact extracts a description from a metadata file. For example, from the <description>
element in the pom.xml
file of a Maven package.
The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
getPackageVersionReadmeAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRepositoryEndpointResult> getRepositoryEndpointAsync(GetRepositoryEndpointRequest request)
AWSCodeArtifactAsync
Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format:
npm
pypi
maven
nuget
getRepositoryEndpointAsync
in interface AWSCodeArtifactAsync
public Future<GetRepositoryEndpointResult> getRepositoryEndpointAsync(GetRepositoryEndpointRequest request, AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler)
AWSCodeArtifactAsync
Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format:
npm
pypi
maven
nuget
getRepositoryEndpointAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRepositoryPermissionsPolicyResult> getRepositoryPermissionsPolicyAsync(GetRepositoryPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Returns the resource policy that is set on a repository.
getRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<GetRepositoryPermissionsPolicyResult> getRepositoryPermissionsPolicyAsync(GetRepositoryPermissionsPolicyRequest request, AsyncHandler<GetRepositoryPermissionsPolicyRequest,GetRepositoryPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Returns the resource policy that is set on a repository.
getRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request)
AWSCodeArtifactAsync
Returns a list of
DomainSummary
objects for all domains owned by the AWS account that makes this call. Each returned DomainSummary
object contains information about a domain.
listDomainsAsync
in interface AWSCodeArtifactAsync
public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
DomainSummary
objects for all domains owned by the AWS account that makes this call. Each returned DomainSummary
object contains information about a domain.
listDomainsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPackageVersionAssetsResult> listPackageVersionAssetsAsync(ListPackageVersionAssetsRequest request)
AWSCodeArtifactAsync
Returns a list of
AssetSummary
objects for assets in a package version.
listPackageVersionAssetsAsync
in interface AWSCodeArtifactAsync
public Future<ListPackageVersionAssetsResult> listPackageVersionAssetsAsync(ListPackageVersionAssetsRequest request, AsyncHandler<ListPackageVersionAssetsRequest,ListPackageVersionAssetsResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
AssetSummary
objects for assets in a package version.
listPackageVersionAssetsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPackageVersionDependenciesResult> listPackageVersionDependenciesAsync(ListPackageVersionDependenciesRequest request)
AWSCodeArtifactAsync
Returns the direct dependencies for a package version. The dependencies are returned as
PackageDependency
objects. CodeArtifact extracts the dependencies for a package version from
the metadata file for the package format (for example, the package.json
file for npm packages and
the pom.xml
file for Maven). Any package version dependencies that are not listed in the
configuration file are not returned.
listPackageVersionDependenciesAsync
in interface AWSCodeArtifactAsync
public Future<ListPackageVersionDependenciesResult> listPackageVersionDependenciesAsync(ListPackageVersionDependenciesRequest request, AsyncHandler<ListPackageVersionDependenciesRequest,ListPackageVersionDependenciesResult> asyncHandler)
AWSCodeArtifactAsync
Returns the direct dependencies for a package version. The dependencies are returned as
PackageDependency
objects. CodeArtifact extracts the dependencies for a package version from
the metadata file for the package format (for example, the package.json
file for npm packages and
the pom.xml
file for Maven). Any package version dependencies that are not listed in the
configuration file are not returned.
listPackageVersionDependenciesAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPackageVersionsResult> listPackageVersionsAsync(ListPackageVersionsRequest request)
AWSCodeArtifactAsync
Returns a list of
PackageVersionSummary
objects for package versions in a repository that match the request
parameters.
listPackageVersionsAsync
in interface AWSCodeArtifactAsync
public Future<ListPackageVersionsResult> listPackageVersionsAsync(ListPackageVersionsRequest request, AsyncHandler<ListPackageVersionsRequest,ListPackageVersionsResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
PackageVersionSummary
objects for package versions in a repository that match the request
parameters.
listPackageVersionsAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPackagesResult> listPackagesAsync(ListPackagesRequest request)
AWSCodeArtifactAsync
Returns a list of
PackageSummary
objects for packages in a repository that match the request parameters.
listPackagesAsync
in interface AWSCodeArtifactAsync
public Future<ListPackagesResult> listPackagesAsync(ListPackagesRequest request, AsyncHandler<ListPackagesRequest,ListPackagesResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
PackageSummary
objects for packages in a repository that match the request parameters.
listPackagesAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRepositoriesResult> listRepositoriesAsync(ListRepositoriesRequest request)
AWSCodeArtifactAsync
Returns a list of
RepositorySummary
objects. Each RepositorySummary
contains information about a
repository in the specified AWS account and that matches the input parameters.
listRepositoriesAsync
in interface AWSCodeArtifactAsync
public Future<ListRepositoriesResult> listRepositoriesAsync(ListRepositoriesRequest request, AsyncHandler<ListRepositoriesRequest,ListRepositoriesResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
RepositorySummary
objects. Each RepositorySummary
contains information about a
repository in the specified AWS account and that matches the input parameters.
listRepositoriesAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRepositoriesInDomainResult> listRepositoriesInDomainAsync(ListRepositoriesInDomainRequest request)
AWSCodeArtifactAsync
Returns a list of
RepositorySummary
objects. Each RepositorySummary
contains information about a
repository in the specified domain and that matches the input parameters.
listRepositoriesInDomainAsync
in interface AWSCodeArtifactAsync
public Future<ListRepositoriesInDomainResult> listRepositoriesInDomainAsync(ListRepositoriesInDomainRequest request, AsyncHandler<ListRepositoriesInDomainRequest,ListRepositoriesInDomainResult> asyncHandler)
AWSCodeArtifactAsync
Returns a list of
RepositorySummary
objects. Each RepositorySummary
contains information about a
repository in the specified domain and that matches the input parameters.
listRepositoriesInDomainAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSCodeArtifactAsync
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeArtifact.
listTagsForResourceAsync
in interface AWSCodeArtifactAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSCodeArtifactAsync
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeArtifact.
listTagsForResourceAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutDomainPermissionsPolicyResult> putDomainPermissionsPolicyAsync(PutDomainPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Sets a resource policy on a domain that specifies permissions to access it.
When you call PutDomainPermissionsPolicy
, the resource policy on the domain is ignored when
evaluting permissions. This ensures that the owner of a domain cannot lock themselves out of the domain, which
would prevent them from being able to update the resource policy.
putDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<PutDomainPermissionsPolicyResult> putDomainPermissionsPolicyAsync(PutDomainPermissionsPolicyRequest request, AsyncHandler<PutDomainPermissionsPolicyRequest,PutDomainPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Sets a resource policy on a domain that specifies permissions to access it.
When you call PutDomainPermissionsPolicy
, the resource policy on the domain is ignored when
evaluting permissions. This ensures that the owner of a domain cannot lock themselves out of the domain, which
would prevent them from being able to update the resource policy.
putDomainPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutRepositoryPermissionsPolicyResult> putRepositoryPermissionsPolicyAsync(PutRepositoryPermissionsPolicyRequest request)
AWSCodeArtifactAsync
Sets the resource policy on a repository that specifies permissions to access it.
When you call PutRepositoryPermissionsPolicy
, the resource policy on the repository is ignored when
evaluting permissions. This ensures that the owner of a repository cannot lock themselves out of the repository,
which would prevent them from being able to update the resource policy.
putRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
public Future<PutRepositoryPermissionsPolicyResult> putRepositoryPermissionsPolicyAsync(PutRepositoryPermissionsPolicyRequest request, AsyncHandler<PutRepositoryPermissionsPolicyRequest,PutRepositoryPermissionsPolicyResult> asyncHandler)
AWSCodeArtifactAsync
Sets the resource policy on a repository that specifies permissions to access it.
When you call PutRepositoryPermissionsPolicy
, the resource policy on the repository is ignored when
evaluting permissions. This ensures that the owner of a repository cannot lock themselves out of the repository,
which would prevent them from being able to update the resource policy.
putRepositoryPermissionsPolicyAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSCodeArtifactAsync
Adds or updates tags for a resource in AWS CodeArtifact.
tagResourceAsync
in interface AWSCodeArtifactAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSCodeArtifactAsync
Adds or updates tags for a resource in AWS CodeArtifact.
tagResourceAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSCodeArtifactAsync
Removes tags from a resource in AWS CodeArtifact.
untagResourceAsync
in interface AWSCodeArtifactAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSCodeArtifactAsync
Removes tags from a resource in AWS CodeArtifact.
untagResourceAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePackageVersionsStatusResult> updatePackageVersionsStatusAsync(UpdatePackageVersionsStatusRequest request)
AWSCodeArtifactAsync
Updates the status of one or more versions of a package.
updatePackageVersionsStatusAsync
in interface AWSCodeArtifactAsync
public Future<UpdatePackageVersionsStatusResult> updatePackageVersionsStatusAsync(UpdatePackageVersionsStatusRequest request, AsyncHandler<UpdatePackageVersionsStatusRequest,UpdatePackageVersionsStatusResult> asyncHandler)
AWSCodeArtifactAsync
Updates the status of one or more versions of a package.
updatePackageVersionsStatusAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRepositoryResult> updateRepositoryAsync(UpdateRepositoryRequest request)
AWSCodeArtifactAsync
Update the properties of a repository.
updateRepositoryAsync
in interface AWSCodeArtifactAsync
public Future<UpdateRepositoryResult> updateRepositoryAsync(UpdateRepositoryRequest request, AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResult> asyncHandler)
AWSCodeArtifactAsync
Update the properties of a repository.
updateRepositoryAsync
in interface AWSCodeArtifactAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.