Uses of Class
com.oracle.bmc.devops.responses.CreateRepositoryResponse
-
Packages that use CreateRepositoryResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CreateRepositoryResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CreateRepositoryResponse Modifier and Type Method Description CreateRepositoryResponse
Devops. createRepository(CreateRepositoryRequest request)
Creates a new repository.CreateRepositoryResponse
DevopsClient. createRepository(CreateRepositoryRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CreateRepositoryResponse Modifier and Type Method Description Future<CreateRepositoryResponse>
DevopsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository.Future<CreateRepositoryResponse>
DevopsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateRepositoryResponse Modifier and Type Method Description Future<CreateRepositoryResponse>
DevopsAsync. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
Creates a new repository.Future<CreateRepositoryResponse>
DevopsAsyncClient. createRepository(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResponse> handler)
-
Uses of CreateRepositoryResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CreateRepositoryResponse Modifier and Type Method Description CreateRepositoryResponse
CreateRepositoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.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.
-