Uses of Class
com.oracle.bmc.wlms.requests.ListWlsDomainServerBackupsRequest
-
Packages that use ListWlsDomainServerBackupsRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ListWlsDomainServerBackupsRequest in com.oracle.bmc.wlms
Method parameters in com.oracle.bmc.wlms with type arguments of type ListWlsDomainServerBackupsRequest Modifier and Type Method Description Future<ListWlsDomainServerBackupsResponse>WeblogicManagementServiceAsync. listWlsDomainServerBackups(ListWlsDomainServerBackupsRequest request, AsyncHandler<ListWlsDomainServerBackupsRequest,ListWlsDomainServerBackupsResponse> handler)Gets a list of backups for the server of a specific WebLogic Domain.Future<ListWlsDomainServerBackupsResponse>WeblogicManagementServiceAsyncClient. listWlsDomainServerBackups(ListWlsDomainServerBackupsRequest request, AsyncHandler<ListWlsDomainServerBackupsRequest,ListWlsDomainServerBackupsResponse> handler) -
Uses of ListWlsDomainServerBackupsRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListWlsDomainServerBackupsRequest Modifier and Type Method Description ListWlsDomainServerBackupsRequestListWlsDomainServerBackupsRequest.Builder. build()Build the instance of ListWlsDomainServerBackupsRequest as configured by this builderListWlsDomainServerBackupsRequestListWlsDomainServerBackupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWlsDomainServerBackupsRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type ListWlsDomainServerBackupsRequest Modifier and Type Method Description ListWlsDomainServerBackupsRequest.BuilderListWlsDomainServerBackupsRequest.Builder. copy(ListWlsDomainServerBackupsRequest o)Copy method to populate the builder with values from the given instance.
-