Uses of Class
software.amazon.awssdk.services.codeartifact.model.DescribePackageResponse
-
Packages that use DescribePackageResponse 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 DescribePackageResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return DescribePackageResponse Modifier and Type Method Description default DescribePackageResponseCodeartifactClient. describePackage(Consumer<DescribePackageRequest.Builder> describePackageRequest)Returns a PackageDescription object that contains information about the requested package.default DescribePackageResponseCodeartifactClient. describePackage(DescribePackageRequest describePackageRequest)Returns a PackageDescription object that contains information about the requested package.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type DescribePackageResponse Modifier and Type Method Description default CompletableFuture<DescribePackageResponse>CodeartifactAsyncClient. describePackage(Consumer<DescribePackageRequest.Builder> describePackageRequest)Returns a PackageDescription object that contains information about the requested package.default CompletableFuture<DescribePackageResponse>CodeartifactAsyncClient. describePackage(DescribePackageRequest describePackageRequest)Returns a PackageDescription object that contains information about the requested package.
-