Uses of Class
com.oracle.bmc.artifacts.requests.DeleteRepositoryRequest
- 
Packages that use DeleteRepositoryRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests 
- 
- 
Uses of DeleteRepositoryRequest in com.oracle.bmc.artifactsMethods in com.oracle.bmc.artifacts with parameters of type DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryResponseArtifacts. deleteRepository(DeleteRepositoryRequest request)Deletes the specified repository.Future<DeleteRepositoryResponse>ArtifactsAsync. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)Deletes the specified repository.Future<DeleteRepositoryResponse>ArtifactsAsyncClient. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)DeleteRepositoryResponseArtifactsClient. deleteRepository(DeleteRepositoryRequest request)Method parameters in com.oracle.bmc.artifacts with type arguments of type DeleteRepositoryRequest Modifier and Type Method Description Future<DeleteRepositoryResponse>ArtifactsAsync. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)Deletes the specified repository.Future<DeleteRepositoryResponse>ArtifactsAsyncClient. deleteRepository(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResponse> handler)
- 
Uses of DeleteRepositoryRequest in com.oracle.bmc.artifacts.requestsMethods in com.oracle.bmc.artifacts.requests that return DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequestDeleteRepositoryRequest.Builder. build()Build the instance of DeleteRepositoryRequest as configured by this builderDeleteRepositoryRequestDeleteRepositoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteRepositoryRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequest.BuilderDeleteRepositoryRequest.Builder. copy(DeleteRepositoryRequest o)Copy method to populate the builder with values from the given instance.
 
-