Uses of Class
com.oracle.bmc.managementagent.model.ManagementAgentInstallKey
-
Packages that use ManagementAgentInstallKey Package Description com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.responses -
-
Uses of ManagementAgentInstallKey in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return ManagementAgentInstallKey Modifier and Type Method Description ManagementAgentInstallKey
ManagementAgentInstallKey.Builder. build()
Methods in com.oracle.bmc.managementagent.model with parameters of type ManagementAgentInstallKey Modifier and Type Method Description ManagementAgentInstallKey.Builder
ManagementAgentInstallKey.Builder. copy(ManagementAgentInstallKey model)
-
Uses of ManagementAgentInstallKey in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return ManagementAgentInstallKey Modifier and Type Method Description ManagementAgentInstallKey
CreateManagementAgentInstallKeyResponse. getManagementAgentInstallKey()
The returned ManagementAgentInstallKey instance.ManagementAgentInstallKey
GetManagementAgentInstallKeyResponse. getManagementAgentInstallKey()
The returned ManagementAgentInstallKey instance.ManagementAgentInstallKey
UpdateManagementAgentInstallKeyResponse. getManagementAgentInstallKey()
The returned ManagementAgentInstallKey instance.Methods in com.oracle.bmc.managementagent.responses with parameters of type ManagementAgentInstallKey Modifier and Type Method Description CreateManagementAgentInstallKeyResponse.Builder
CreateManagementAgentInstallKeyResponse.Builder. managementAgentInstallKey(ManagementAgentInstallKey managementAgentInstallKey)
The returned ManagementAgentInstallKey instance.GetManagementAgentInstallKeyResponse.Builder
GetManagementAgentInstallKeyResponse.Builder. managementAgentInstallKey(ManagementAgentInstallKey managementAgentInstallKey)
The returned ManagementAgentInstallKey instance.UpdateManagementAgentInstallKeyResponse.Builder
UpdateManagementAgentInstallKeyResponse.Builder. managementAgentInstallKey(ManagementAgentInstallKey managementAgentInstallKey)
The returned ManagementAgentInstallKey instance.
-