Uses of Class
com.oracle.bmc.cloudguard.responses.ListResourcePortsResponse
-
Packages that use ListResourcePortsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListResourcePortsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListResourcePortsResponse Modifier and Type Method Description ListResourcePortsResponseCloudGuard. listResourcePorts(ListResourcePortsRequest request)Returns the list of open ports associated with the resourceId where resource is an instanceListResourcePortsResponseCloudGuardClient. listResourcePorts(ListResourcePortsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListResourcePortsResponse Modifier and Type Method Description Future<ListResourcePortsResponse>CloudGuardAsync. listResourcePorts(ListResourcePortsRequest request, AsyncHandler<ListResourcePortsRequest,ListResourcePortsResponse> handler)Returns the list of open ports associated with the resourceId where resource is an instanceFuture<ListResourcePortsResponse>CloudGuardAsyncClient. listResourcePorts(ListResourcePortsRequest request, AsyncHandler<ListResourcePortsRequest,ListResourcePortsResponse> handler)Iterable<ListResourcePortsResponse>CloudGuardPaginators. listResourcePortsResponseIterator(ListResourcePortsRequest request)Creates a new iterable which will iterate over the responses received from the listResourcePorts operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListResourcePortsResponse Modifier and Type Method Description Future<ListResourcePortsResponse>CloudGuardAsync. listResourcePorts(ListResourcePortsRequest request, AsyncHandler<ListResourcePortsRequest,ListResourcePortsResponse> handler)Returns the list of open ports associated with the resourceId where resource is an instanceFuture<ListResourcePortsResponse>CloudGuardAsyncClient. listResourcePorts(ListResourcePortsRequest request, AsyncHandler<ListResourcePortsRequest,ListResourcePortsResponse> handler) -
Uses of ListResourcePortsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListResourcePortsResponse Modifier and Type Method Description ListResourcePortsResponseListResourcePortsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListResourcePortsResponse Modifier and Type Method Description ListResourcePortsResponse.BuilderListResourcePortsResponse.Builder. copy(ListResourcePortsResponse o)Copy method to populate the builder with values from the given instance.
-