Uses of Class
com.oracle.bmc.databasemigration.model.CollectTracesDetails
-
Packages that use CollectTracesDetails Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of CollectTracesDetails in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return CollectTracesDetails Modifier and Type Method Description CollectTracesDetails
CollectTracesDetails.Builder. build()
Methods in com.oracle.bmc.databasemigration.model with parameters of type CollectTracesDetails Modifier and Type Method Description CollectTracesDetails.Builder
CollectTracesDetails.Builder. copy(CollectTracesDetails model)
-
Uses of CollectTracesDetails in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return CollectTracesDetails Modifier and Type Method Description CollectTracesDetails
CollectTracesRequest. getBody$()
Alternative accessor for the body parameter.CollectTracesDetails
CollectTracesRequest. getCollectTracesDetails()
Information on where the traces will be stored.Methods in com.oracle.bmc.databasemigration.requests with parameters of type CollectTracesDetails Modifier and Type Method Description CollectTracesRequest.Builder
CollectTracesRequest.Builder. body$(CollectTracesDetails body)
Alternative setter for the body parameter.CollectTracesRequest.Builder
CollectTracesRequest.Builder. collectTracesDetails(CollectTracesDetails collectTracesDetails)
Information on where the traces will be stored.
-