| 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<GetAssociatedPackageGroupResult> |
AWSCodeArtifactAsyncClient.getAssociatedPackageGroupAsync(GetAssociatedPackageGroupRequest request,
AsyncHandler<GetAssociatedPackageGroupRequest,GetAssociatedPackageGroupResult> asyncHandler) |
Future<GetAssociatedPackageGroupResult> |
AbstractAWSCodeArtifactAsync.getAssociatedPackageGroupAsync(GetAssociatedPackageGroupRequest request,
AsyncHandler<GetAssociatedPackageGroupRequest,GetAssociatedPackageGroupResult> asyncHandler) |
Future<GetAssociatedPackageGroupResult> |
AWSCodeArtifactAsync.getAssociatedPackageGroupAsync(GetAssociatedPackageGroupRequest getAssociatedPackageGroupRequest,
AsyncHandler<GetAssociatedPackageGroupRequest,GetAssociatedPackageGroupResult> asyncHandler)
Returns the most closely associated package group to the specified package.
|
| Modifier and Type | Method and Description |
|---|---|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.clone() |
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withDomain(String domain)
The name of the domain that contains the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withFormat(PackageFormat format)
The format of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withFormat(String format)
The format of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withNamespace(String namespace)
The namespace of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
GetAssociatedPackageGroupRequest.withPackage(String packageValue)
The package from which to get the associated package group.
|
Copyright © 2024. All rights reserved.