Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ListPropertiesResponse
-
Packages that use ListPropertiesResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ListPropertiesResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ListPropertiesResponse Modifier and Type Method Description ListPropertiesResponseFleetAppsManagementAdmin. listProperties(ListPropertiesRequest request)Returns a list of all the Properties in the specified compartment.ListPropertiesResponseFleetAppsManagementAdminClient. listProperties(ListPropertiesRequest request)Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ListPropertiesResponse Modifier and Type Method Description Future<ListPropertiesResponse>FleetAppsManagementAdminAsync. listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler)Returns a list of all the Properties in the specified compartment.Future<ListPropertiesResponse>FleetAppsManagementAdminAsyncClient. listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler)Iterable<ListPropertiesResponse>FleetAppsManagementAdminPaginators. listPropertiesResponseIterator(ListPropertiesRequest request)Creates a new iterable which will iterate over the responses received from the listProperties operation.Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ListPropertiesResponse Modifier and Type Method Description Future<ListPropertiesResponse>FleetAppsManagementAdminAsync. listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler)Returns a list of all the Properties in the specified compartment.Future<ListPropertiesResponse>FleetAppsManagementAdminAsyncClient. listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler) -
Uses of ListPropertiesResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ListPropertiesResponse Modifier and Type Method Description ListPropertiesResponseListPropertiesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ListPropertiesResponse Modifier and Type Method Description ListPropertiesResponse.BuilderListPropertiesResponse.Builder. copy(ListPropertiesResponse o)Copy method to populate the builder with values from the given instance.
-