Uses of Class
com.oracle.bmc.identity.requests.UpdateNetworkSourceRequest
-
Packages that use UpdateNetworkSourceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateNetworkSourceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateNetworkSourceRequest Modifier and Type Method Description UpdateNetworkSourceResponse
Identity. updateNetworkSource(UpdateNetworkSourceRequest request)
Updates the specified network source.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)
UpdateNetworkSourceResponse
IdentityClient. updateNetworkSource(UpdateNetworkSourceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateNetworkSourceRequest 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 UpdateNetworkSourceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateNetworkSourceRequest Modifier and Type Method Description UpdateNetworkSourceRequest
UpdateNetworkSourceRequest.Builder. build()
Build the instance of UpdateNetworkSourceRequest as configured by this builderUpdateNetworkSourceRequest
UpdateNetworkSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNetworkSourceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateNetworkSourceRequest Modifier and Type Method Description UpdateNetworkSourceRequest.Builder
UpdateNetworkSourceRequest.Builder. copy(UpdateNetworkSourceRequest o)
Copy method to populate the builder with values from the given instance.
-