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