Uses of Class
com.oracle.bmc.optimizer.requests.UpdateEnrollmentStatusRequest
-
Packages that use UpdateEnrollmentStatusRequest Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.requests -
-
Uses of UpdateEnrollmentStatusRequest in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer with parameters of type UpdateEnrollmentStatusRequest Modifier and Type Method Description UpdateEnrollmentStatusResponse
Optimizer. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
Updates the enrollment status of the tenancy.Future<UpdateEnrollmentStatusResponse>
OptimizerAsync. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request, AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResponse> handler)
Updates the enrollment status of the tenancy.Future<UpdateEnrollmentStatusResponse>
OptimizerAsyncClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request, AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResponse> handler)
UpdateEnrollmentStatusResponse
OptimizerClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
Method parameters in com.oracle.bmc.optimizer with type arguments of type UpdateEnrollmentStatusRequest Modifier and Type Method Description Future<UpdateEnrollmentStatusResponse>
OptimizerAsync. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request, AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResponse> handler)
Updates the enrollment status of the tenancy.Future<UpdateEnrollmentStatusResponse>
OptimizerAsyncClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest request, AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResponse> handler)
-
Uses of UpdateEnrollmentStatusRequest in com.oracle.bmc.optimizer.requests
Methods in com.oracle.bmc.optimizer.requests that return UpdateEnrollmentStatusRequest Modifier and Type Method Description UpdateEnrollmentStatusRequest
UpdateEnrollmentStatusRequest.Builder. build()
Build the instance of UpdateEnrollmentStatusRequest as configured by this builderUpdateEnrollmentStatusRequest
UpdateEnrollmentStatusRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateEnrollmentStatusRequest as configured by this builderMethods in com.oracle.bmc.optimizer.requests with parameters of type UpdateEnrollmentStatusRequest Modifier and Type Method Description UpdateEnrollmentStatusRequest.Builder
UpdateEnrollmentStatusRequest.Builder. copy(UpdateEnrollmentStatusRequest o)
Copy method to populate the builder with values from the given instance.
-