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.oda
Methods in com.oracle.bmc.oda that return DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponse
Management. deleteAuthenticationProvider(DeleteAuthenticationProviderRequest request)
Delete the specified Authentication Provider.DeleteAuthenticationProviderResponse
ManagementClient. 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.responses
Methods in com.oracle.bmc.oda.responses that return DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponse
DeleteAuthenticationProviderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type DeleteAuthenticationProviderResponse Modifier and Type Method Description DeleteAuthenticationProviderResponse.Builder
DeleteAuthenticationProviderResponse.Builder. copy(DeleteAuthenticationProviderResponse o)
Copy method to populate the builder with values from the given instance.
-