Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListManagementStationsRequest
-
Packages that use ListManagementStationsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListManagementStationsRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagementStationsRequest Modifier and Type Method Description Future<ListManagementStationsResponse>
ManagementStationAsync. listManagementStations(ListManagementStationsRequest request, AsyncHandler<ListManagementStationsRequest,ListManagementStationsResponse> handler)
Lists management stations within the specified compartment.Future<ListManagementStationsResponse>
ManagementStationAsyncClient. listManagementStations(ListManagementStationsRequest request, AsyncHandler<ListManagementStationsRequest,ListManagementStationsResponse> handler)
-
Uses of ListManagementStationsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListManagementStationsRequest Modifier and Type Method Description ListManagementStationsRequest
ListManagementStationsRequest.Builder. build()
Build the instance of ListManagementStationsRequest as configured by this builderListManagementStationsRequest
ListManagementStationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListManagementStationsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListManagementStationsRequest Modifier and Type Method Description ListManagementStationsRequest.Builder
ListManagementStationsRequest.Builder. copy(ListManagementStationsRequest o)
Copy method to populate the builder with values from the given instance.
-