Uses of Class
com.oracle.bmc.osmanagementhub.model.AttachProfileToManagedInstanceDetails
-
Packages that use AttachProfileToManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachProfileToManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AttachProfileToManagedInstanceDetails Modifier and Type Method Description AttachProfileToManagedInstanceDetails
AttachProfileToManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AttachProfileToManagedInstanceDetails Modifier and Type Method Description AttachProfileToManagedInstanceDetails.Builder
AttachProfileToManagedInstanceDetails.Builder. copy(AttachProfileToManagedInstanceDetails model)
-
Uses of AttachProfileToManagedInstanceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachProfileToManagedInstanceDetails Modifier and Type Method Description AttachProfileToManagedInstanceDetails
AttachProfileToManagedInstanceRequest. getAttachProfileToManagedInstanceDetails()
Details of the registration profile to be attached to a managed instance.AttachProfileToManagedInstanceDetails
AttachProfileToManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachProfileToManagedInstanceDetails Modifier and Type Method Description AttachProfileToManagedInstanceRequest.Builder
AttachProfileToManagedInstanceRequest.Builder. attachProfileToManagedInstanceDetails(AttachProfileToManagedInstanceDetails attachProfileToManagedInstanceDetails)
Details of the registration profile to be attached to a managed instance.AttachProfileToManagedInstanceRequest.Builder
AttachProfileToManagedInstanceRequest.Builder. body$(AttachProfileToManagedInstanceDetails body)
Alternative setter for the body parameter.
-