Uses of Class
com.oracle.bmc.artifacts.responses.GetGenericArtifactByPathResponse
-
Packages that use GetGenericArtifactByPathResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of GetGenericArtifactByPathResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return GetGenericArtifactByPathResponse Modifier and Type Method Description GetGenericArtifactByPathResponse
Artifacts. getGenericArtifactByPath(GetGenericArtifactByPathRequest request)
Gets information about an artifact with a specifiedartifactPath
andversion
.GetGenericArtifactByPathResponse
ArtifactsClient. getGenericArtifactByPath(GetGenericArtifactByPathRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type GetGenericArtifactByPathResponse Modifier and Type Method Description Future<GetGenericArtifactByPathResponse>
ArtifactsAsync. getGenericArtifactByPath(GetGenericArtifactByPathRequest request, AsyncHandler<GetGenericArtifactByPathRequest,GetGenericArtifactByPathResponse> handler)
Gets information about an artifact with a specifiedartifactPath
andversion
.Future<GetGenericArtifactByPathResponse>
ArtifactsAsyncClient. getGenericArtifactByPath(GetGenericArtifactByPathRequest request, AsyncHandler<GetGenericArtifactByPathRequest,GetGenericArtifactByPathResponse> handler)
Method parameters in com.oracle.bmc.artifacts with type arguments of type GetGenericArtifactByPathResponse Modifier and Type Method Description Future<GetGenericArtifactByPathResponse>
ArtifactsAsync. getGenericArtifactByPath(GetGenericArtifactByPathRequest request, AsyncHandler<GetGenericArtifactByPathRequest,GetGenericArtifactByPathResponse> handler)
Gets information about an artifact with a specifiedartifactPath
andversion
.Future<GetGenericArtifactByPathResponse>
ArtifactsAsyncClient. getGenericArtifactByPath(GetGenericArtifactByPathRequest request, AsyncHandler<GetGenericArtifactByPathRequest,GetGenericArtifactByPathResponse> handler)
-
Uses of GetGenericArtifactByPathResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return GetGenericArtifactByPathResponse Modifier and Type Method Description GetGenericArtifactByPathResponse
GetGenericArtifactByPathResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type GetGenericArtifactByPathResponse Modifier and Type Method Description GetGenericArtifactByPathResponse.Builder
GetGenericArtifactByPathResponse.Builder. copy(GetGenericArtifactByPathResponse o)
Copy method to populate the builder with values from the given instance.
-