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