Uses of Class
com.oracle.bmc.optimizer.responses.UpdateProfileResponse
-
Packages that use UpdateProfileResponse Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.responses -
-
Uses of UpdateProfileResponse in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse
Optimizer. updateProfile(UpdateProfileRequest request)
Updates the specified profile.UpdateProfileResponse
OptimizerClient. updateProfile(UpdateProfileRequest request)
Methods in com.oracle.bmc.optimizer that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description Future<UpdateProfileResponse>
OptimizerAsync. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Updates the specified profile.Future<UpdateProfileResponse>
OptimizerAsyncClient. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Method parameters in com.oracle.bmc.optimizer with type arguments of type UpdateProfileResponse Modifier and Type Method Description Future<UpdateProfileResponse>
OptimizerAsync. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Updates the specified profile.Future<UpdateProfileResponse>
OptimizerAsyncClient. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
-
Uses of UpdateProfileResponse in com.oracle.bmc.optimizer.responses
Methods in com.oracle.bmc.optimizer.responses that return UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse
UpdateProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.optimizer.responses with parameters of type UpdateProfileResponse Modifier and Type Method Description UpdateProfileResponse.Builder
UpdateProfileResponse.Builder. copy(UpdateProfileResponse o)
Copy method to populate the builder with values from the given instance.
-