Uses of Class
com.oracle.bmc.devops.responses.GetObjectContentResponse
-
Packages that use GetObjectContentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetObjectContentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetObjectContentResponse Modifier and Type Method Description GetObjectContentResponse
Devops. getObjectContent(GetObjectContentRequest request)
Retrieve contents of a specified object.GetObjectContentResponse
DevopsClient. getObjectContent(GetObjectContentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetObjectContentResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetObjectContentResponse 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 GetObjectContentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetObjectContentResponse Modifier and Type Method Description GetObjectContentResponse
GetObjectContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetObjectContentResponse Modifier and Type Method Description GetObjectContentResponse.Builder
GetObjectContentResponse.Builder. copy(GetObjectContentResponse o)
Copy method to populate the builder with values from the given instance.
-