Uses of Class
com.oracle.bmc.core.responses.ListInstanceConsoleConnectionsResponse
-
Packages that use ListInstanceConsoleConnectionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListInstanceConsoleConnectionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListInstanceConsoleConnectionsResponse Modifier and Type Method Description ListInstanceConsoleConnectionsResponse
Compute. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request)
Lists the console connections for the specified compartment or instance.ListInstanceConsoleConnectionsResponse
ComputeClient. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListInstanceConsoleConnectionsResponse Modifier and Type Method Description Future<ListInstanceConsoleConnectionsResponse>
ComputeAsync. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request, AsyncHandler<ListInstanceConsoleConnectionsRequest,ListInstanceConsoleConnectionsResponse> handler)
Lists the console connections for the specified compartment or instance.Future<ListInstanceConsoleConnectionsResponse>
ComputeAsyncClient. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request, AsyncHandler<ListInstanceConsoleConnectionsRequest,ListInstanceConsoleConnectionsResponse> handler)
Iterable<ListInstanceConsoleConnectionsResponse>
ComputePaginators. listInstanceConsoleConnectionsResponseIterator(ListInstanceConsoleConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceConsoleConnections operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInstanceConsoleConnectionsResponse Modifier and Type Method Description Future<ListInstanceConsoleConnectionsResponse>
ComputeAsync. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request, AsyncHandler<ListInstanceConsoleConnectionsRequest,ListInstanceConsoleConnectionsResponse> handler)
Lists the console connections for the specified compartment or instance.Future<ListInstanceConsoleConnectionsResponse>
ComputeAsyncClient. listInstanceConsoleConnections(ListInstanceConsoleConnectionsRequest request, AsyncHandler<ListInstanceConsoleConnectionsRequest,ListInstanceConsoleConnectionsResponse> handler)
-
Uses of ListInstanceConsoleConnectionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListInstanceConsoleConnectionsResponse Modifier and Type Method Description ListInstanceConsoleConnectionsResponse
ListInstanceConsoleConnectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListInstanceConsoleConnectionsResponse Modifier and Type Method Description ListInstanceConsoleConnectionsResponse.Builder
ListInstanceConsoleConnectionsResponse.Builder. copy(ListInstanceConsoleConnectionsResponse o)
Copy method to populate the builder with values from the given instance.
-