Uses of Class
com.oracle.bmc.identity.responses.ListNetworkSourcesResponse
-
Packages that use ListNetworkSourcesResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListNetworkSourcesResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListNetworkSourcesResponse Modifier and Type Method Description ListNetworkSourcesResponseIdentity. listNetworkSources(ListNetworkSourcesRequest request)Lists the network sources in your tenancy.ListNetworkSourcesResponseIdentityClient. listNetworkSources(ListNetworkSourcesRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type ListNetworkSourcesResponse Modifier and Type Method Description Future<ListNetworkSourcesResponse>IdentityAsync. listNetworkSources(ListNetworkSourcesRequest request, AsyncHandler<ListNetworkSourcesRequest,ListNetworkSourcesResponse> handler)Lists the network sources in your tenancy.Future<ListNetworkSourcesResponse>IdentityAsyncClient. listNetworkSources(ListNetworkSourcesRequest request, AsyncHandler<ListNetworkSourcesRequest,ListNetworkSourcesResponse> handler)Iterable<ListNetworkSourcesResponse>IdentityPaginators. listNetworkSourcesResponseIterator(ListNetworkSourcesRequest request)Creates a new iterable which will iterate over the responses received from the listNetworkSources operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListNetworkSourcesResponse Modifier and Type Method Description Future<ListNetworkSourcesResponse>IdentityAsync. listNetworkSources(ListNetworkSourcesRequest request, AsyncHandler<ListNetworkSourcesRequest,ListNetworkSourcesResponse> handler)Lists the network sources in your tenancy.Future<ListNetworkSourcesResponse>IdentityAsyncClient. listNetworkSources(ListNetworkSourcesRequest request, AsyncHandler<ListNetworkSourcesRequest,ListNetworkSourcesResponse> handler) -
Uses of ListNetworkSourcesResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListNetworkSourcesResponse Modifier and Type Method Description ListNetworkSourcesResponseListNetworkSourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListNetworkSourcesResponse Modifier and Type Method Description ListNetworkSourcesResponse.BuilderListNetworkSourcesResponse.Builder. copy(ListNetworkSourcesResponse o)Copy method to populate the builder with values from the given instance.
-