Uses of Class
com.oracle.bmc.artifacts.requests.GetGenericArtifactByPathRequest
-
Packages that use GetGenericArtifactByPathRequest Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.requests -
-
Uses of GetGenericArtifactByPathRequest in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type GetGenericArtifactByPathRequest Modifier and Type Method Description GetGenericArtifactByPathResponse
Artifacts. getGenericArtifactByPath(GetGenericArtifactByPathRequest request)
Gets information about an artifact with a specifiedartifactPath
andversion
.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)
GetGenericArtifactByPathResponse
ArtifactsClient. getGenericArtifactByPath(GetGenericArtifactByPathRequest request)
Method parameters in com.oracle.bmc.artifacts with type arguments of type GetGenericArtifactByPathRequest 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 GetGenericArtifactByPathRequest in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return GetGenericArtifactByPathRequest Modifier and Type Method Description GetGenericArtifactByPathRequest
GetGenericArtifactByPathRequest.Builder. build()
Build the instance of GetGenericArtifactByPathRequest as configured by this builderGetGenericArtifactByPathRequest
GetGenericArtifactByPathRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGenericArtifactByPathRequest as configured by this builderMethods in com.oracle.bmc.artifacts.requests with parameters of type GetGenericArtifactByPathRequest Modifier and Type Method Description GetGenericArtifactByPathRequest.Builder
GetGenericArtifactByPathRequest.Builder. copy(GetGenericArtifactByPathRequest o)
Copy method to populate the builder with values from the given instance.
-