Uses of Class
com.oracle.bmc.artifacts.requests.CreateRepositoryRequest
-
Packages that use CreateRepositoryRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of CreateRepositoryRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryResponse
Artifacts. createRepository(CreateRepositoryRequest request)
Creates a new repository for storing artifacts.Future<CreateRepositoryResponse>
ArtifactsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository for storing artifacts.Future<CreateRepositoryResponse>
ArtifactsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
CreateRepositoryResponse
ArtifactsClient. createRepository(CreateRepositoryRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type CreateRepositoryRequest Modifier and Type Method Description Future<CreateRepositoryResponse>
ArtifactsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository for storing artifacts.Future<CreateRepositoryResponse>
ArtifactsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
-
Uses of CreateRepositoryRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryRequest
CreateRepositoryRequest.Builder. build()
Build the instance of CreateRepositoryRequest as configured by this builderCreateRepositoryRequest
CreateRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRepositoryRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type CreateRepositoryRequest Modifier and Type Method Description CreateRepositoryRequest.Builder
CreateRepositoryRequest.Builder. copy(CreateRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-