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