| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePackageGroupResult> |
AbstractAWSCodeArtifactAsync.updatePackageGroupAsync(UpdatePackageGroupRequest request,
AsyncHandler<UpdatePackageGroupRequest,UpdatePackageGroupResult> asyncHandler) |
Future<UpdatePackageGroupResult> |
AWSCodeArtifactAsyncClient.updatePackageGroupAsync(UpdatePackageGroupRequest request,
AsyncHandler<UpdatePackageGroupRequest,UpdatePackageGroupResult> asyncHandler) |
Future<UpdatePackageGroupResult> |
AWSCodeArtifactAsync.updatePackageGroupAsync(UpdatePackageGroupRequest updatePackageGroupRequest,
AsyncHandler<UpdatePackageGroupRequest,UpdatePackageGroupResult> asyncHandler)
Updates a package group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.clone() |
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.withContactInfo(String contactInfo)
Contact information which you want to update the requested package group with.
|
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.withDescription(String description)
The description you want to update the requested package group with.
|
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.withDomain(String domain)
The name of the domain which contains the package group to be updated.
|
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
UpdatePackageGroupRequest |
UpdatePackageGroupRequest.withPackageGroup(String packageGroup)
The pattern of the package group to be updated.
|
Copyright © 2024. All rights reserved.