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