Uses of Class
com.oracle.bmc.wlms.responses.ListWlsDomainScanResultsResponse
-
Packages that use ListWlsDomainScanResultsResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of ListWlsDomainScanResultsResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return ListWlsDomainScanResultsResponse Modifier and Type Method Description ListWlsDomainScanResultsResponseWeblogicManagementService. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request)Get all scan results for a server in a specific WebLogic domain.ListWlsDomainScanResultsResponseWeblogicManagementServiceClient. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request)Methods in com.oracle.bmc.wlms that return types with arguments of type ListWlsDomainScanResultsResponse Modifier and Type Method Description Future<ListWlsDomainScanResultsResponse>WeblogicManagementServiceAsync. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request, AsyncHandler<ListWlsDomainScanResultsRequest,ListWlsDomainScanResultsResponse> handler)Get all scan results for a server in a specific WebLogic domain.Future<ListWlsDomainScanResultsResponse>WeblogicManagementServiceAsyncClient. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request, AsyncHandler<ListWlsDomainScanResultsRequest,ListWlsDomainScanResultsResponse> handler)Iterable<ListWlsDomainScanResultsResponse>WeblogicManagementServicePaginators. listWlsDomainScanResultsResponseIterator(ListWlsDomainScanResultsRequest request)Creates a new iterable which will iterate over the responses received from the listWlsDomainScanResults operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListWlsDomainScanResultsResponse Modifier and Type Method Description Future<ListWlsDomainScanResultsResponse>WeblogicManagementServiceAsync. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request, AsyncHandler<ListWlsDomainScanResultsRequest,ListWlsDomainScanResultsResponse> handler)Get all scan results for a server in a specific WebLogic domain.Future<ListWlsDomainScanResultsResponse>WeblogicManagementServiceAsyncClient. listWlsDomainScanResults(ListWlsDomainScanResultsRequest request, AsyncHandler<ListWlsDomainScanResultsRequest,ListWlsDomainScanResultsResponse> handler) -
Uses of ListWlsDomainScanResultsResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ListWlsDomainScanResultsResponse Modifier and Type Method Description ListWlsDomainScanResultsResponseListWlsDomainScanResultsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type ListWlsDomainScanResultsResponse Modifier and Type Method Description ListWlsDomainScanResultsResponse.BuilderListWlsDomainScanResultsResponse.Builder. copy(ListWlsDomainScanResultsResponse o)Copy method to populate the builder with values from the given instance.
-