Uses of Class
com.oracle.bmc.oda.responses.DeleteAuthenticationProviderResponse
- 
Packages that use DeleteAuthenticationProviderResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses 
- 
- 
Uses of DeleteAuthenticationProviderResponse in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponseManagement. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request)Delete the specified Authentication Provider.DeleteAuthenticationProviderResponseManagementClient. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request)Methods in com.oracle.bmc.oda that return types with arguments of type DeleteAuthenticationProviderResponse Modifier and Type Method Description Future<DeleteAuthenticationProviderResponse>ManagementAsync. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request, AsyncHandler<DeleteAuthenticationProviderRequest,DeleteAuthenticationProviderResponse> handler)Delete the specified Authentication Provider.Future<DeleteAuthenticationProviderResponse>ManagementAsyncClient. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request, AsyncHandler<DeleteAuthenticationProviderRequest,DeleteAuthenticationProviderResponse> handler)Method parameters in com.oracle.bmc.oda with type arguments of type DeleteAuthenticationProviderResponse Modifier and Type Method Description Future<DeleteAuthenticationProviderResponse>ManagementAsync. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request, AsyncHandler<DeleteAuthenticationProviderRequest,DeleteAuthenticationProviderResponse> handler)Delete the specified Authentication Provider.Future<DeleteAuthenticationProviderResponse>ManagementAsyncClient. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request, AsyncHandler<DeleteAuthenticationProviderRequest,DeleteAuthenticationProviderResponse> handler)
- 
Uses of DeleteAuthenticationProviderResponse in com.oracle.bmc.oda.responsesMethods in com.oracle.bmc.oda.responses that return DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponseDeleteAuthenticationProviderResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponse.BuilderDeleteAuthenticationProviderResponse.Builder. copy(DeleteAuthenticationProviderResponse o)Copy method to populate the builder with values from the given instance.
 
-