Uses of Class
com.oracle.bmc.optimizer.requests.UpdateProfileRequest
-
Packages that use UpdateProfileRequest Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.requests -
-
Uses of UpdateProfileRequest in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer with parameters of type UpdateProfileRequest Modifier and Type Method Description UpdateProfileResponse
Optimizer. updateProfile(UpdateProfileRequest request)
Updates the specified profile.Future<UpdateProfileResponse>
OptimizerAsync. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
Updates the specified profile.Future<UpdateProfileResponse>
OptimizerAsyncClient. updateProfile(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResponse> handler)
UpdateProfileResponse
OptimizerClient. updateProfile(UpdateProfileRequest request)
Method parameters in com.oracle.bmc.optimizer with type arguments of type UpdateProfileRequest 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 UpdateProfileRequest in com.oracle.bmc.optimizer.requests
Methods in com.oracle.bmc.optimizer.requests that return UpdateProfileRequest Modifier and Type Method Description UpdateProfileRequest
UpdateProfileRequest.Builder. build()
Build the instance of UpdateProfileRequest as configured by this builderUpdateProfileRequest
UpdateProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProfileRequest as configured by this builderMethods in com.oracle.bmc.optimizer.requests with parameters of type UpdateProfileRequest Modifier and Type Method Description UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. copy(UpdateProfileRequest o)
Copy method to populate the builder with values from the given instance.
-