Uses of Class
com.oracle.bmc.artifacts.requests.DeleteGenericArtifactByPathRequest
-
Packages that use DeleteGenericArtifactByPathRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of DeleteGenericArtifactByPathRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type DeleteGenericArtifactByPathRequest Modifier and Type Method Description DeleteGenericArtifactByPathResponse
Artifacts. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request)
Deletes an artifact with a specifiedartifactPath
andversion
.Future<DeleteGenericArtifactByPathResponse>
ArtifactsAsync. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request, AsyncHandler<DeleteGenericArtifactByPathRequest,DeleteGenericArtifactByPathResponse> handler)
Deletes an artifact with a specifiedartifactPath
andversion
.Future<DeleteGenericArtifactByPathResponse>
ArtifactsAsyncClient. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request, AsyncHandler<DeleteGenericArtifactByPathRequest,DeleteGenericArtifactByPathResponse> handler)
DeleteGenericArtifactByPathResponse
ArtifactsClient. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type DeleteGenericArtifactByPathRequest Modifier and Type Method Description Future<DeleteGenericArtifactByPathResponse>
ArtifactsAsync. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request, AsyncHandler<DeleteGenericArtifactByPathRequest,DeleteGenericArtifactByPathResponse> handler)
Deletes an artifact with a specifiedartifactPath
andversion
.Future<DeleteGenericArtifactByPathResponse>
ArtifactsAsyncClient. deleteGenericArtifactByPath(DeleteGenericArtifactByPathRequest request, AsyncHandler<DeleteGenericArtifactByPathRequest,DeleteGenericArtifactByPathResponse> handler)
-
Uses of DeleteGenericArtifactByPathRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return DeleteGenericArtifactByPathRequest Modifier and Type Method Description DeleteGenericArtifactByPathRequest
DeleteGenericArtifactByPathRequest.Builder. build()
Build the instance of DeleteGenericArtifactByPathRequest as configured by this builderDeleteGenericArtifactByPathRequest
DeleteGenericArtifactByPathRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteGenericArtifactByPathRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type DeleteGenericArtifactByPathRequest Modifier and Type Method Description DeleteGenericArtifactByPathRequest.Builder
DeleteGenericArtifactByPathRequest.Builder. copy(DeleteGenericArtifactByPathRequest o)
Copy method to populate the builder with values from the given instance.
-