Uses of Class
software.amazon.awssdk.services.proton.model.CreateRepositoryRequest
-
Packages that use CreateRepositoryRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of CreateRepositoryRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type CreateRepositoryRequest Modifier and Type Method Description default CompletableFuture<CreateRepositoryResponse>ProtonAsyncClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Create and register a link to a repository.default CreateRepositoryResponseProtonClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Create and register a link to a repository. -
Uses of CreateRepositoryRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type CreateRepositoryRequest Modifier and Type Method Description SdkHttpFullRequestCreateRepositoryRequestMarshaller. marshall(CreateRepositoryRequest createRepositoryRequest)
-