Uses of Class
com.oracle.bmc.genericartifactscontent.responses.PutGenericArtifactContentByPathResponse
-
Packages that use PutGenericArtifactContentByPathResponse Package Description com.oracle.bmc.genericartifactscontent com.oracle.bmc.genericartifactscontent.responses -
-
Uses of PutGenericArtifactContentByPathResponse in com.oracle.bmc.genericartifactscontent
Methods in com.oracle.bmc.genericartifactscontent that return PutGenericArtifactContentByPathResponse Modifier and Type Method Description PutGenericArtifactContentByPathResponse
GenericArtifactsContent. putGenericArtifactContentByPath(PutGenericArtifactContentByPathRequest request)
Uploads an artifact.PutGenericArtifactContentByPathResponse
GenericArtifactsContentClient. putGenericArtifactContentByPath(PutGenericArtifactContentByPathRequest request)
Methods in com.oracle.bmc.genericartifactscontent that return types with arguments of type PutGenericArtifactContentByPathResponse 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)
Method parameters in com.oracle.bmc.genericartifactscontent with type arguments of type PutGenericArtifactContentByPathResponse 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 PutGenericArtifactContentByPathResponse in com.oracle.bmc.genericartifactscontent.responses
Methods in com.oracle.bmc.genericartifactscontent.responses that return PutGenericArtifactContentByPathResponse Modifier and Type Method Description PutGenericArtifactContentByPathResponse
PutGenericArtifactContentByPathResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.genericartifactscontent.responses with parameters of type PutGenericArtifactContentByPathResponse Modifier and Type Method Description PutGenericArtifactContentByPathResponse.Builder
PutGenericArtifactContentByPathResponse.Builder. copy(PutGenericArtifactContentByPathResponse o)
Copy method to populate the builder with values from the given instance.
-