Uses of Class
com.oracle.bmc.artifacts.responses.CreateRepositoryResponse
-
Packages that use CreateRepositoryResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of CreateRepositoryResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return CreateRepositoryResponse Modifier and Type Method Description CreateRepositoryResponse
Artifacts. createRepository(CreateRepositoryRequest request)
Creates a new repository for storing artifacts.CreateRepositoryResponse
ArtifactsClient. createRepository(CreateRepositoryRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type CreateRepositoryResponse 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)
Method parameters in com.oracle.bmc.artifacts with type arguments of type CreateRepositoryResponse 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 CreateRepositoryResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return CreateRepositoryResponse Modifier and Type Method Description CreateRepositoryResponse
CreateRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type CreateRepositoryResponse Modifier and Type Method Description CreateRepositoryResponse.Builder
CreateRepositoryResponse.Builder. copy(CreateRepositoryResponse o)
Copy method to populate the builder with values from the given instance.
-