Uses of Class
com.oracle.bmc.osmanagementhub.model.CreateManagementStationDetails
-
Packages that use CreateManagementStationDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateManagementStationDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return CreateManagementStationDetails Modifier and Type Method Description CreateManagementStationDetails
CreateManagementStationDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type CreateManagementStationDetails Modifier and Type Method Description CreateManagementStationDetails.Builder
CreateManagementStationDetails.Builder. copy(CreateManagementStationDetails model)
-
Uses of CreateManagementStationDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateManagementStationDetails Modifier and Type Method Description CreateManagementStationDetails
CreateManagementStationRequest. getBody$()
Alternative accessor for the body parameter.CreateManagementStationDetails
CreateManagementStationRequest. getCreateManagementStationDetails()
Provides the information used to create a management station.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateManagementStationDetails Modifier and Type Method Description CreateManagementStationRequest.Builder
CreateManagementStationRequest.Builder. body$(CreateManagementStationDetails body)
Alternative setter for the body parameter.CreateManagementStationRequest.Builder
CreateManagementStationRequest.Builder. createManagementStationDetails(CreateManagementStationDetails createManagementStationDetails)
Provides the information used to create a management station.
-