Uses of Interface
software.amazon.awssdk.services.codeartifact.model.GetAssociatedPackageGroupRequest.Builder
-
Packages that use GetAssociatedPackageGroupRequest.Builder 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.model -
-
Uses of GetAssociatedPackageGroupRequest.Builder in software.amazon.awssdk.services.codeartifact
Method parameters in software.amazon.awssdk.services.codeartifact with type arguments of type GetAssociatedPackageGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAssociatedPackageGroupResponse>CodeartifactAsyncClient. getAssociatedPackageGroup(Consumer<GetAssociatedPackageGroupRequest.Builder> getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package.default GetAssociatedPackageGroupResponseCodeartifactClient. getAssociatedPackageGroup(Consumer<GetAssociatedPackageGroupRequest.Builder> getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package. -
Uses of GetAssociatedPackageGroupRequest.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return GetAssociatedPackageGroupRequest.Builder Modifier and Type Method Description static GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest. builder()GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. domain(String domain)The name of the domain that contains the package from which to get the associated package group.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. domainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. format(String format)The format of the package from which to get the associated package group.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. format(PackageFormat format)The format of the package from which to get the associated package group.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. namespace(String namespace)The namespace of the package from which to get the associated package group.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest.Builder. packageValue(String packageValue)The package from which to get the associated package group.GetAssociatedPackageGroupRequest.BuilderGetAssociatedPackageGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type GetAssociatedPackageGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetAssociatedPackageGroupRequest.Builder>GetAssociatedPackageGroupRequest. serializableBuilderClass()
-