Uses of Class
com.oracle.bmc.bds.responses.CreateIdentityConfigurationResponse
-
Packages that use CreateIdentityConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of CreateIdentityConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return CreateIdentityConfigurationResponse Modifier and Type Method Description CreateIdentityConfigurationResponse
Bds. createIdentityConfiguration(CreateIdentityConfigurationRequest request)
Create an identity configuration for the clusterCreateIdentityConfigurationResponse
BdsClient. createIdentityConfiguration(CreateIdentityConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type CreateIdentityConfigurationResponse Modifier and Type Method Description Future<CreateIdentityConfigurationResponse>
BdsAsync. createIdentityConfiguration(CreateIdentityConfigurationRequest request, AsyncHandler<CreateIdentityConfigurationRequest,CreateIdentityConfigurationResponse> handler)
Create an identity configuration for the clusterFuture<CreateIdentityConfigurationResponse>
BdsAsyncClient. createIdentityConfiguration(CreateIdentityConfigurationRequest request, AsyncHandler<CreateIdentityConfigurationRequest,CreateIdentityConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateIdentityConfigurationResponse Modifier and Type Method Description Future<CreateIdentityConfigurationResponse>
BdsAsync. createIdentityConfiguration(CreateIdentityConfigurationRequest request, AsyncHandler<CreateIdentityConfigurationRequest,CreateIdentityConfigurationResponse> handler)
Create an identity configuration for the clusterFuture<CreateIdentityConfigurationResponse>
BdsAsyncClient. createIdentityConfiguration(CreateIdentityConfigurationRequest request, AsyncHandler<CreateIdentityConfigurationRequest,CreateIdentityConfigurationResponse> handler)
-
Uses of CreateIdentityConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return CreateIdentityConfigurationResponse Modifier and Type Method Description CreateIdentityConfigurationResponse
CreateIdentityConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type CreateIdentityConfigurationResponse Modifier and Type Method Description CreateIdentityConfigurationResponse.Builder
CreateIdentityConfigurationResponse.Builder. copy(CreateIdentityConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-