Uses of Class
com.oracle.bmc.bds.responses.DeleteIdentityConfigurationResponse
-
Packages that use DeleteIdentityConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of DeleteIdentityConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return DeleteIdentityConfigurationResponse Modifier and Type Method Description DeleteIdentityConfigurationResponse
Bds. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request)
Delete the identity configuration represented by the provided ID.DeleteIdentityConfigurationResponse
BdsClient. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type DeleteIdentityConfigurationResponse Modifier and Type Method Description Future<DeleteIdentityConfigurationResponse>
BdsAsync. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request, AsyncHandler<DeleteIdentityConfigurationRequest,DeleteIdentityConfigurationResponse> handler)
Delete the identity configuration represented by the provided ID.Future<DeleteIdentityConfigurationResponse>
BdsAsyncClient. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request, AsyncHandler<DeleteIdentityConfigurationRequest,DeleteIdentityConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type DeleteIdentityConfigurationResponse Modifier and Type Method Description Future<DeleteIdentityConfigurationResponse>
BdsAsync. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request, AsyncHandler<DeleteIdentityConfigurationRequest,DeleteIdentityConfigurationResponse> handler)
Delete the identity configuration represented by the provided ID.Future<DeleteIdentityConfigurationResponse>
BdsAsyncClient. deleteIdentityConfiguration(DeleteIdentityConfigurationRequest request, AsyncHandler<DeleteIdentityConfigurationRequest,DeleteIdentityConfigurationResponse> handler)
-
Uses of DeleteIdentityConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return DeleteIdentityConfigurationResponse Modifier and Type Method Description DeleteIdentityConfigurationResponse
DeleteIdentityConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type DeleteIdentityConfigurationResponse Modifier and Type Method Description DeleteIdentityConfigurationResponse.Builder
DeleteIdentityConfigurationResponse.Builder. copy(DeleteIdentityConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-