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