Uses of Class
com.oracle.bmc.devops.requests.DeleteRepositoryRequest
-
Packages that use DeleteRepositoryRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeleteRepositoryRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryResponse
Devops. deleteRepository(DeleteRepositoryRequest request)
Deletes a repository resource by identifier.Future<DeleteRepositoryResponse>
DevopsAsync. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)
Deletes a repository resource by identifier.Future<DeleteRepositoryResponse>
DevopsAsyncClient. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)
DeleteRepositoryResponse
DevopsClient. deleteRepository(DeleteRepositoryRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteRepositoryRequest Modifier and Type Method Description Future<DeleteRepositoryResponse>
DevopsAsync. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)
Deletes a repository resource by identifier.Future<DeleteRepositoryResponse>
DevopsAsyncClient. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)
-
Uses of DeleteRepositoryRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequest
DeleteRepositoryRequest.Builder. build()
Build the instance of DeleteRepositoryRequest as configured by this builderDeleteRepositoryRequest
DeleteRepositoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteRepositoryRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequest.Builder
DeleteRepositoryRequest.Builder. copy(DeleteRepositoryRequest o)
Copy method to populate the builder with values from the given instance.
-