Uses of Class
com.oracle.bmc.accessgovernancecp.requests.UpdateGovernanceInstanceConfigurationRequest
-
Packages that use UpdateGovernanceInstanceConfigurationRequest Package Description com.oracle.bmc.accessgovernancecp com.oracle.bmc.accessgovernancecp.requests -
-
Uses of UpdateGovernanceInstanceConfigurationRequest in com.oracle.bmc.accessgovernancecp
Method parameters in com.oracle.bmc.accessgovernancecp with type arguments of type UpdateGovernanceInstanceConfigurationRequest Modifier and Type Method Description Future<UpdateGovernanceInstanceConfigurationResponse>
AccessGovernanceCPAsync. updateGovernanceInstanceConfiguration(UpdateGovernanceInstanceConfigurationRequest request, AsyncHandler<UpdateGovernanceInstanceConfigurationRequest,UpdateGovernanceInstanceConfigurationResponse> handler)
Updates the tenancy-wide configuration for GovernanceInstancesFuture<UpdateGovernanceInstanceConfigurationResponse>
AccessGovernanceCPAsyncClient. updateGovernanceInstanceConfiguration(UpdateGovernanceInstanceConfigurationRequest request, AsyncHandler<UpdateGovernanceInstanceConfigurationRequest,UpdateGovernanceInstanceConfigurationResponse> handler)
-
Uses of UpdateGovernanceInstanceConfigurationRequest in com.oracle.bmc.accessgovernancecp.requests
Methods in com.oracle.bmc.accessgovernancecp.requests that return UpdateGovernanceInstanceConfigurationRequest Modifier and Type Method Description UpdateGovernanceInstanceConfigurationRequest
UpdateGovernanceInstanceConfigurationRequest.Builder. build()
Build the instance of UpdateGovernanceInstanceConfigurationRequest as configured by this builderUpdateGovernanceInstanceConfigurationRequest
UpdateGovernanceInstanceConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGovernanceInstanceConfigurationRequest as configured by this builderMethods in com.oracle.bmc.accessgovernancecp.requests with parameters of type UpdateGovernanceInstanceConfigurationRequest Modifier and Type Method Description UpdateGovernanceInstanceConfigurationRequest.Builder
UpdateGovernanceInstanceConfigurationRequest.Builder. copy(UpdateGovernanceInstanceConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-