Uses of Class
com.oracle.bmc.psa.responses.ListPsaServicesResponse
-
Packages that use ListPsaServicesResponse Package Description com.oracle.bmc.psa com.oracle.bmc.psa.responses -
-
Uses of ListPsaServicesResponse in com.oracle.bmc.psa
Methods in com.oracle.bmc.psa that return ListPsaServicesResponse 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.ListPsaServicesResponsePrivateServiceAccessClient. listPsaServices(ListPsaServicesRequest request)Methods in com.oracle.bmc.psa that return types with arguments of type ListPsaServicesResponse 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)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 ListPsaServicesResponse 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 ListPsaServicesResponse in com.oracle.bmc.psa.responses
Methods in com.oracle.bmc.psa.responses that return ListPsaServicesResponse Modifier and Type Method Description ListPsaServicesResponseListPsaServicesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psa.responses with parameters of type ListPsaServicesResponse Modifier and Type Method Description ListPsaServicesResponse.BuilderListPsaServicesResponse.Builder. copy(ListPsaServicesResponse o)Copy method to populate the builder with values from the given instance.
-