Uses of Class
com.oracle.bmc.identity.responses.DeleteNetworkSourceResponse
-
Packages that use DeleteNetworkSourceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteNetworkSourceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteNetworkSourceResponse Modifier and Type Method Description DeleteNetworkSourceResponse
Identity. deleteNetworkSource(DeleteNetworkSourceRequest request)
Deletes the specified network source.DeleteNetworkSourceResponse
IdentityClient. deleteNetworkSource(DeleteNetworkSourceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeleteNetworkSourceResponse Modifier and Type Method Description Future<DeleteNetworkSourceResponse>
IdentityAsync. deleteNetworkSource(DeleteNetworkSourceRequest request, AsyncHandler<DeleteNetworkSourceRequest,DeleteNetworkSourceResponse> handler)
Deletes the specified network source.Future<DeleteNetworkSourceResponse>
IdentityAsyncClient. deleteNetworkSource(DeleteNetworkSourceRequest request, AsyncHandler<DeleteNetworkSourceRequest,DeleteNetworkSourceResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteNetworkSourceResponse Modifier and Type Method Description Future<DeleteNetworkSourceResponse>
IdentityAsync. deleteNetworkSource(DeleteNetworkSourceRequest request, AsyncHandler<DeleteNetworkSourceRequest,DeleteNetworkSourceResponse> handler)
Deletes the specified network source.Future<DeleteNetworkSourceResponse>
IdentityAsyncClient. deleteNetworkSource(DeleteNetworkSourceRequest request, AsyncHandler<DeleteNetworkSourceRequest,DeleteNetworkSourceResponse> handler)
-
Uses of DeleteNetworkSourceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteNetworkSourceResponse Modifier and Type Method Description DeleteNetworkSourceResponse
DeleteNetworkSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeleteNetworkSourceResponse Modifier and Type Method Description DeleteNetworkSourceResponse.Builder
DeleteNetworkSourceResponse.Builder. copy(DeleteNetworkSourceResponse o)
Copy method to populate the builder with values from the given instance.
-