Uses of Class
com.oracle.bmc.wlms.requests.GetWlsDomainServerBackupContentRequest
-
Packages that use GetWlsDomainServerBackupContentRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of GetWlsDomainServerBackupContentRequest in com.oracle.bmc.wlms
Method parameters in com.oracle.bmc.wlms with type arguments of type GetWlsDomainServerBackupContentRequest Modifier and Type Method Description Future<GetWlsDomainServerBackupContentResponse>
WeblogicManagementServiceAsync. getWlsDomainServerBackupContent(GetWlsDomainServerBackupContentRequest request, AsyncHandler<GetWlsDomainServerBackupContentRequest,GetWlsDomainServerBackupContentResponse> handler)
Get details of specific backup for the WebLogic Domain.Future<GetWlsDomainServerBackupContentResponse>
WeblogicManagementServiceAsyncClient. getWlsDomainServerBackupContent(GetWlsDomainServerBackupContentRequest request, AsyncHandler<GetWlsDomainServerBackupContentRequest,GetWlsDomainServerBackupContentResponse> handler)
-
Uses of GetWlsDomainServerBackupContentRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return GetWlsDomainServerBackupContentRequest Modifier and Type Method Description GetWlsDomainServerBackupContentRequest
GetWlsDomainServerBackupContentRequest.Builder. build()
Build the instance of GetWlsDomainServerBackupContentRequest as configured by this builderGetWlsDomainServerBackupContentRequest
GetWlsDomainServerBackupContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWlsDomainServerBackupContentRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type GetWlsDomainServerBackupContentRequest Modifier and Type Method Description GetWlsDomainServerBackupContentRequest.Builder
GetWlsDomainServerBackupContentRequest.Builder. copy(GetWlsDomainServerBackupContentRequest o)
Copy method to populate the builder with values from the given instance.
-