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