Uses of Class
com.oracle.bmc.opsi.model.AwrHub
-
Packages that use AwrHub Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.responses -
-
Uses of AwrHub in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrHub Modifier and Type Method Description AwrHub
AwrHub.Builder. build()
Methods in com.oracle.bmc.opsi.model with parameters of type AwrHub Modifier and Type Method Description AwrHub.Builder
AwrHub.Builder. copy(AwrHub model)
-
Uses of AwrHub in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return AwrHub Modifier and Type Method Description AwrHub
CreateAwrHubResponse. getAwrHub()
The returned AwrHub instance.AwrHub
GetAwrHubResponse. getAwrHub()
The returned AwrHub instance.Methods in com.oracle.bmc.opsi.responses with parameters of type AwrHub Modifier and Type Method Description CreateAwrHubResponse.Builder
CreateAwrHubResponse.Builder. awrHub(AwrHub awrHub)
The returned AwrHub instance.GetAwrHubResponse.Builder
GetAwrHubResponse.Builder. awrHub(AwrHub awrHub)
The returned AwrHub instance.
-