Uses of Class
com.oracle.bmc.devops.requests.GetObjectContentRequest
-
Packages that use GetObjectContentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetObjectContentRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetObjectContentRequest Modifier and Type Method Description GetObjectContentResponse
Devops. getObjectContent(GetObjectContentRequest request)
Retrieve contents of a specified object.Future<GetObjectContentResponse>
DevopsAsync. getObjectContent(GetObjectContentRequest request, AsyncHandler<GetObjectContentRequest,GetObjectContentResponse> handler)
Retrieve contents of a specified object.Future<GetObjectContentResponse>
DevopsAsyncClient. getObjectContent(GetObjectContentRequest request, AsyncHandler<GetObjectContentRequest,GetObjectContentResponse> handler)
GetObjectContentResponse
DevopsClient. getObjectContent(GetObjectContentRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetObjectContentRequest Modifier and Type Method Description Future<GetObjectContentResponse>
DevopsAsync. getObjectContent(GetObjectContentRequest request, AsyncHandler<GetObjectContentRequest,GetObjectContentResponse> handler)
Retrieve contents of a specified object.Future<GetObjectContentResponse>
DevopsAsyncClient. getObjectContent(GetObjectContentRequest request, AsyncHandler<GetObjectContentRequest,GetObjectContentResponse> handler)
-
Uses of GetObjectContentRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetObjectContentRequest Modifier and Type Method Description GetObjectContentRequest
GetObjectContentRequest.Builder. build()
Build the instance of GetObjectContentRequest as configured by this builderGetObjectContentRequest
GetObjectContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetObjectContentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetObjectContentRequest Modifier and Type Method Description GetObjectContentRequest.Builder
GetObjectContentRequest.Builder. copy(GetObjectContentRequest o)
Copy method to populate the builder with values from the given instance.
-