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.genericartifactscontentMethod 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 specifiedartifactPathandversion.Future<GetGenericArtifactContentByPathResponse>GenericArtifactsContentAsyncClient. getGenericArtifactContentByPath(GetGenericArtifactContentByPathRequest request, AsyncHandler<GetGenericArtifactContentByPathRequest,GetGenericArtifactContentByPathResponse> handler)
- 
Uses of GetGenericArtifactContentByPathRequest in com.oracle.bmc.genericartifactscontent.requestsMethods in com.oracle.bmc.genericartifactscontent.requests that return GetGenericArtifactContentByPathRequest Modifier and Type Method Description GetGenericArtifactContentByPathRequestGetGenericArtifactContentByPathRequest.Builder. build()Build the instance of GetGenericArtifactContentByPathRequest as configured by this builderGetGenericArtifactContentByPathRequestGetGenericArtifactContentByPathRequest.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.BuilderGetGenericArtifactContentByPathRequest.Builder. copy(GetGenericArtifactContentByPathRequest o)Copy method to populate the builder with values from the given instance.
 
-