Uses of Class
com.oracle.bmc.bds.responses.GetIdentityConfigurationResponse
-
Packages that use GetIdentityConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of GetIdentityConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return GetIdentityConfigurationResponse Modifier and Type Method Description GetIdentityConfigurationResponse
Bds. getIdentityConfiguration(GetIdentityConfigurationRequest request)
Get details of one identity config on the clusterGetIdentityConfigurationResponse
BdsClient. getIdentityConfiguration(GetIdentityConfigurationRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type GetIdentityConfigurationResponse Modifier and Type Method Description Future<GetIdentityConfigurationResponse>
BdsAsync. getIdentityConfiguration(GetIdentityConfigurationRequest request, AsyncHandler<GetIdentityConfigurationRequest,GetIdentityConfigurationResponse> handler)
Get details of one identity config on the clusterFuture<GetIdentityConfigurationResponse>
BdsAsyncClient. getIdentityConfiguration(GetIdentityConfigurationRequest request, AsyncHandler<GetIdentityConfigurationRequest,GetIdentityConfigurationResponse> handler)
-
Uses of GetIdentityConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return GetIdentityConfigurationResponse Modifier and Type Method Description GetIdentityConfigurationResponse
GetIdentityConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetIdentityConfigurationResponse Modifier and Type Method Description GetIdentityConfigurationResponse.Builder
GetIdentityConfigurationResponse.Builder. copy(GetIdentityConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-