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