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.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryResponse
Artifacts. 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)
DeleteRepositoryResponse
ArtifactsClient. 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.requests
Methods in com.oracle.bmc.artifacts.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.artifacts.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.
-