Uses of Class
software.amazon.awssdk.services.proton.model.GetRepositoryResponse
-
Packages that use GetRepositoryResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetRepositoryResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetRepositoryResponse Modifier and Type Method Description default GetRepositoryResponseProtonClient. getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest)Get detail data for a linked repository.default GetRepositoryResponseProtonClient. getRepository(GetRepositoryRequest getRepositoryRequest)Get detail data for a linked repository.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetRepositoryResponse Modifier and Type Method Description default CompletableFuture<GetRepositoryResponse>ProtonAsyncClient. getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest)Get detail data for a linked repository.default CompletableFuture<GetRepositoryResponse>ProtonAsyncClient. getRepository(GetRepositoryRequest getRepositoryRequest)Get detail data for a linked repository.
-