Uses of Class
com.oracle.bmc.jms.requests.UpdateFleetRequest
-
Packages that use UpdateFleetRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of UpdateFleetRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type UpdateFleetRequest Modifier and Type Method Description UpdateFleetResponse
JavaManagementService. updateFleet(UpdateFleetRequest request)
Update the Fleet specified by an identifier.Future<UpdateFleetResponse>
JavaManagementServiceAsync. updateFleet(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResponse> handler)
Update the Fleet specified by an identifier.Future<UpdateFleetResponse>
JavaManagementServiceAsyncClient. updateFleet(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResponse> handler)
UpdateFleetResponse
JavaManagementServiceClient. updateFleet(UpdateFleetRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type UpdateFleetRequest Modifier and Type Method Description Future<UpdateFleetResponse>
JavaManagementServiceAsync. updateFleet(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResponse> handler)
Update the Fleet specified by an identifier.Future<UpdateFleetResponse>
JavaManagementServiceAsyncClient. updateFleet(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResponse> handler)
-
Uses of UpdateFleetRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return UpdateFleetRequest Modifier and Type Method Description UpdateFleetRequest
UpdateFleetRequest.Builder. build()
Build the instance of UpdateFleetRequest as configured by this builderUpdateFleetRequest
UpdateFleetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFleetRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type UpdateFleetRequest Modifier and Type Method Description UpdateFleetRequest.Builder
UpdateFleetRequest.Builder. copy(UpdateFleetRequest o)
Copy method to populate the builder with values from the given instance.
-