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