Uses of Class
software.amazon.awssdk.services.codeartifact.model.DescribePackageVersionResponse
-
Packages that use DescribePackageVersionResponse 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. -
-
Uses of DescribePackageVersionResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return DescribePackageVersionResponse Modifier and Type Method Description default DescribePackageVersionResponseCodeartifactClient. describePackageVersion(Consumer<DescribePackageVersionRequest.Builder> describePackageVersionRequest)Returns a PackageVersionDescription object that contains information about the requested package version.default DescribePackageVersionResponseCodeartifactClient. describePackageVersion(DescribePackageVersionRequest describePackageVersionRequest)Returns a PackageVersionDescription object that contains information about the requested package version.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type DescribePackageVersionResponse Modifier and Type Method Description default CompletableFuture<DescribePackageVersionResponse>CodeartifactAsyncClient. describePackageVersion(Consumer<DescribePackageVersionRequest.Builder> describePackageVersionRequest)Returns a PackageVersionDescription object that contains information about the requested package version.default CompletableFuture<DescribePackageVersionResponse>CodeartifactAsyncClient. describePackageVersion(DescribePackageVersionRequest describePackageVersionRequest)Returns a PackageVersionDescription object that contains information about the requested package version.
-