Uses of Class
com.oracle.bmc.bds.responses.ActivateIamUserSyncConfigurationResponse
-
Packages that use ActivateIamUserSyncConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ActivateIamUserSyncConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ActivateIamUserSyncConfigurationResponse Modifier and Type Method Description ActivateIamUserSyncConfigurationResponse
Bds. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request)
Activate IAM user sync configuration for the given identity configurationActivateIamUserSyncConfigurationResponse
BdsClient. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ActivateIamUserSyncConfigurationResponse Modifier and Type Method Description Future<ActivateIamUserSyncConfigurationResponse>
BdsAsync. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request, AsyncHandler<ActivateIamUserSyncConfigurationRequest,ActivateIamUserSyncConfigurationResponse> handler)
Activate IAM user sync configuration for the given identity configurationFuture<ActivateIamUserSyncConfigurationResponse>
BdsAsyncClient. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request, AsyncHandler<ActivateIamUserSyncConfigurationRequest,ActivateIamUserSyncConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type ActivateIamUserSyncConfigurationResponse Modifier and Type Method Description Future<ActivateIamUserSyncConfigurationResponse>
BdsAsync. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request, AsyncHandler<ActivateIamUserSyncConfigurationRequest,ActivateIamUserSyncConfigurationResponse> handler)
Activate IAM user sync configuration for the given identity configurationFuture<ActivateIamUserSyncConfigurationResponse>
BdsAsyncClient. activateIamUserSyncConfiguration(ActivateIamUserSyncConfigurationRequest request, AsyncHandler<ActivateIamUserSyncConfigurationRequest,ActivateIamUserSyncConfigurationResponse> handler)
-
Uses of ActivateIamUserSyncConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ActivateIamUserSyncConfigurationResponse Modifier and Type Method Description ActivateIamUserSyncConfigurationResponse
ActivateIamUserSyncConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ActivateIamUserSyncConfigurationResponse Modifier and Type Method Description ActivateIamUserSyncConfigurationResponse.Builder
ActivateIamUserSyncConfigurationResponse.Builder. copy(ActivateIamUserSyncConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-