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