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