Uses of Class
com.oracle.bmc.psa.requests.ListPsaServicesRequest
-
Packages that use ListPsaServicesRequest Package Description com.oracle.bmc.psa com.oracle.bmc.psa.requests -
-
Uses of ListPsaServicesRequest in com.oracle.bmc.psa
Methods in com.oracle.bmc.psa with parameters of type ListPsaServicesRequest Modifier and Type Method Description ListPsaServicesResponsePrivateServiceAccess. listPsaServices(ListPsaServicesRequest request)List the OCI services available for Private Service Access catalog in the region, sorted by service name.Future<ListPsaServicesResponse>PrivateServiceAccessAsync. listPsaServices(ListPsaServicesRequest request, AsyncHandler<ListPsaServicesRequest,ListPsaServicesResponse> handler)List the OCI services available for Private Service Access catalog in the region, sorted by service name.Future<ListPsaServicesResponse>PrivateServiceAccessAsyncClient. listPsaServices(ListPsaServicesRequest request, AsyncHandler<ListPsaServicesRequest,ListPsaServicesResponse> handler)ListPsaServicesResponsePrivateServiceAccessClient. listPsaServices(ListPsaServicesRequest request)Iterable<PsaServiceSummary>PrivateServiceAccessPaginators. listPsaServicesRecordIterator(ListPsaServicesRequest request)Creates a new iterable which will iterate over thePsaServiceSummaryobjects contained in responses from the listPsaServices operation.Iterable<ListPsaServicesResponse>PrivateServiceAccessPaginators. listPsaServicesResponseIterator(ListPsaServicesRequest request)Creates a new iterable which will iterate over the responses received from the listPsaServices operation.Method parameters in com.oracle.bmc.psa with type arguments of type ListPsaServicesRequest Modifier and Type Method Description Future<ListPsaServicesResponse>PrivateServiceAccessAsync. listPsaServices(ListPsaServicesRequest request, AsyncHandler<ListPsaServicesRequest,ListPsaServicesResponse> handler)List the OCI services available for Private Service Access catalog in the region, sorted by service name.Future<ListPsaServicesResponse>PrivateServiceAccessAsyncClient. listPsaServices(ListPsaServicesRequest request, AsyncHandler<ListPsaServicesRequest,ListPsaServicesResponse> handler) -
Uses of ListPsaServicesRequest in com.oracle.bmc.psa.requests
Methods in com.oracle.bmc.psa.requests that return ListPsaServicesRequest Modifier and Type Method Description ListPsaServicesRequestListPsaServicesRequest.Builder. build()Build the instance of ListPsaServicesRequest as configured by this builderListPsaServicesRequestListPsaServicesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPsaServicesRequest as configured by this builderMethods in com.oracle.bmc.psa.requests with parameters of type ListPsaServicesRequest Modifier and Type Method Description ListPsaServicesRequest.BuilderListPsaServicesRequest.Builder. copy(ListPsaServicesRequest o)Copy method to populate the builder with values from the given instance.
-