Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ListPropertiesRequest
-
Packages that use ListPropertiesRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ListPropertiesRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type ListPropertiesRequest Modifier and Type Method Description ListPropertiesResponseFleetAppsManagementAdmin. listProperties(ListPropertiesRequest request)Returns a list of all the Properties in the specified compartment.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)ListPropertiesResponseFleetAppsManagementAdminClient. listProperties(ListPropertiesRequest request)Iterable<PropertySummary>FleetAppsManagementAdminPaginators. listPropertiesRecordIterator(ListPropertiesRequest request)Creates a new iterable which will iterate over thePropertySummaryobjects contained in responses from the listProperties operation.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 ListPropertiesRequest 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 ListPropertiesRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ListPropertiesRequest Modifier and Type Method Description ListPropertiesRequestListPropertiesRequest.Builder. build()Build the instance of ListPropertiesRequest as configured by this builderListPropertiesRequestListPropertiesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPropertiesRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ListPropertiesRequest Modifier and Type Method Description ListPropertiesRequest.BuilderListPropertiesRequest.Builder. copy(ListPropertiesRequest o)Copy method to populate the builder with values from the given instance.
-