Uses of Class
com.oracle.bmc.core.requests.ListPublicIpPoolsRequest
-
Packages that use ListPublicIpPoolsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListPublicIpPoolsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListPublicIpPoolsRequest Modifier and Type Method Description ListPublicIpPoolsResponse
VirtualNetwork. listPublicIpPools(ListPublicIpPoolsRequest request)
Lists the public IP pools in the specified compartment.Future<ListPublicIpPoolsResponse>
VirtualNetworkAsync. listPublicIpPools(ListPublicIpPoolsRequest request, AsyncHandler<ListPublicIpPoolsRequest,ListPublicIpPoolsResponse> handler)
Lists the public IP pools in the specified compartment.Future<ListPublicIpPoolsResponse>
VirtualNetworkAsyncClient. listPublicIpPools(ListPublicIpPoolsRequest request, AsyncHandler<ListPublicIpPoolsRequest,ListPublicIpPoolsResponse> handler)
ListPublicIpPoolsResponse
VirtualNetworkClient. listPublicIpPools(ListPublicIpPoolsRequest request)
Iterable<PublicIpPoolSummary>
VirtualNetworkPaginators. listPublicIpPoolsRecordIterator(ListPublicIpPoolsRequest request)
Creates a new iterable which will iterate over thePublicIpPoolSummary
objects contained in responses from the listPublicIpPools operation.Iterable<ListPublicIpPoolsResponse>
VirtualNetworkPaginators. listPublicIpPoolsResponseIterator(ListPublicIpPoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listPublicIpPools operation.Method parameters in com.oracle.bmc.core with type arguments of type ListPublicIpPoolsRequest Modifier and Type Method Description Future<ListPublicIpPoolsResponse>
VirtualNetworkAsync. listPublicIpPools(ListPublicIpPoolsRequest request, AsyncHandler<ListPublicIpPoolsRequest,ListPublicIpPoolsResponse> handler)
Lists the public IP pools in the specified compartment.Future<ListPublicIpPoolsResponse>
VirtualNetworkAsyncClient. listPublicIpPools(ListPublicIpPoolsRequest request, AsyncHandler<ListPublicIpPoolsRequest,ListPublicIpPoolsResponse> handler)
-
Uses of ListPublicIpPoolsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListPublicIpPoolsRequest Modifier and Type Method Description ListPublicIpPoolsRequest
ListPublicIpPoolsRequest.Builder. build()
Build the instance of ListPublicIpPoolsRequest as configured by this builderListPublicIpPoolsRequest
ListPublicIpPoolsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPublicIpPoolsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListPublicIpPoolsRequest Modifier and Type Method Description ListPublicIpPoolsRequest.Builder
ListPublicIpPoolsRequest.Builder. copy(ListPublicIpPoolsRequest o)
Copy method to populate the builder with values from the given instance.
-