Uses of Class
com.oracle.bmc.osmanagementhub.model.AttachManagementStationToProfileDetails
-
Packages that use AttachManagementStationToProfileDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachManagementStationToProfileDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AttachManagementStationToProfileDetails Modifier and Type Method Description AttachManagementStationToProfileDetails
AttachManagementStationToProfileDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AttachManagementStationToProfileDetails Modifier and Type Method Description AttachManagementStationToProfileDetails.Builder
AttachManagementStationToProfileDetails.Builder. copy(AttachManagementStationToProfileDetails model)
-
Uses of AttachManagementStationToProfileDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachManagementStationToProfileDetails Modifier and Type Method Description AttachManagementStationToProfileDetails
AttachManagementStationToProfileRequest. getAttachManagementStationToProfileDetails()
The management station OCID to attach to the profileAttachManagementStationToProfileDetails
AttachManagementStationToProfileRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachManagementStationToProfileDetails Modifier and Type Method Description AttachManagementStationToProfileRequest.Builder
AttachManagementStationToProfileRequest.Builder. attachManagementStationToProfileDetails(AttachManagementStationToProfileDetails attachManagementStationToProfileDetails)
The management station OCID to attach to the profileAttachManagementStationToProfileRequest.Builder
AttachManagementStationToProfileRequest.Builder. body$(AttachManagementStationToProfileDetails body)
Alternative setter for the body parameter.
-