Uses of Class
com.oracle.bmc.devops.requests.GetObjectRequest
-
Packages that use GetObjectRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetObjectRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetObjectRequest Modifier and Type Method Description GetObjectResponse
Devops. getObject(GetObjectRequest request)
Retrieves blob of specific branch name/commit ID and file path.Future<GetObjectResponse>
DevopsAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Retrieves blob of specific branch name/commit ID and file path.Future<GetObjectResponse>
DevopsAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
GetObjectResponse
DevopsClient. getObject(GetObjectRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetObjectRequest Modifier and Type Method Description Future<GetObjectResponse>
DevopsAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Retrieves blob of specific branch name/commit ID and file path.Future<GetObjectResponse>
DevopsAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
-
Uses of GetObjectRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetObjectRequest Modifier and Type Method Description GetObjectRequest
GetObjectRequest.Builder. build()
Build the instance of GetObjectRequest as configured by this builderGetObjectRequest
GetObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetObjectRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetObjectRequest Modifier and Type Method Description GetObjectRequest.Builder
GetObjectRequest.Builder. copy(GetObjectRequest o)
Copy method to populate the builder with values from the given instance.
-