Uses of Class
com.oracle.bmc.genericartifactscontent.requests.PutGenericArtifactContentByPathRequest
-
Packages that use PutGenericArtifactContentByPathRequest Package Description com.oracle.bmc.genericartifactscontent com.oracle.bmc.genericartifactscontent.requests -
-
Uses of PutGenericArtifactContentByPathRequest in com.oracle.bmc.genericartifactscontent
Method parameters in com.oracle.bmc.genericartifactscontent with type arguments of type PutGenericArtifactContentByPathRequest Modifier and Type Method Description Future<PutGenericArtifactContentByPathResponse>
GenericArtifactsContentAsync. putGenericArtifactContentByPath(PutGenericArtifactContentByPathRequest request, AsyncHandler<PutGenericArtifactContentByPathRequest,PutGenericArtifactContentByPathResponse> handler)
Uploads an artifact.Future<PutGenericArtifactContentByPathResponse>
GenericArtifactsContentAsyncClient. putGenericArtifactContentByPath(PutGenericArtifactContentByPathRequest request, AsyncHandler<PutGenericArtifactContentByPathRequest,PutGenericArtifactContentByPathResponse> handler)
-
Uses of PutGenericArtifactContentByPathRequest in com.oracle.bmc.genericartifactscontent.requests
Methods in com.oracle.bmc.genericartifactscontent.requests that return PutGenericArtifactContentByPathRequest Modifier and Type Method Description PutGenericArtifactContentByPathRequest
PutGenericArtifactContentByPathRequest.Builder. build()
Build the instance of PutGenericArtifactContentByPathRequest as configured by this builderPutGenericArtifactContentByPathRequest
PutGenericArtifactContentByPathRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutGenericArtifactContentByPathRequest as configured by this builderMethods in com.oracle.bmc.genericartifactscontent.requests with parameters of type PutGenericArtifactContentByPathRequest Modifier and Type Method Description PutGenericArtifactContentByPathRequest.Builder
PutGenericArtifactContentByPathRequest.Builder. copy(PutGenericArtifactContentByPathRequest o)
Copy method to populate the builder with values from the given instance.
-